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

Jump to: navigation, search
(No difference)

Revision as of 19:11, 10 November 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: