Images - Why am I getting borders around images From Online Manual

Revision as of 19:32, 3 April 2011 by Emanuele (talk | contribs) (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; } }} ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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: