Images - Why am I getting borders around images: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "{{Version specific |version=1.1.x |content=In the default theme "Core", all reference to border="0" on each image was removed and replaced with{{code|1=a img { border: 0; } }} ...")
(No difference)

Revision as of 19:32, 3 April 2011

In the default theme "Core", all reference to border="0" on each image was removed and replaced with
a img
{
  border: 0;
}

in the theme's style.css.

If you have borders around images, simply add the code given above anywhere in that theme's style.css file.



Advertisement: