View Single Post
Old 03-24-2008, 08:14 PM   #7
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
BUG css code improperly supported

BUG : you cannot specify a margin (or padding) for the "img" tag, either in the css in the head of the document, or inside the individual img tags.

WORKAROUND : add the code using the "style" tag to the container (p or div tag), for example :
<p style="margin-left:2em; margin-right:2em"><img border="0" hspace="0" src="img1.jpg" /></p>

The obvious disadvantage being that you must treat each image individually, rather than just adding one line of css code to the head of your document.
zelda_pinwheel is offline   Reply With Quote