Paul Ingraham wrote:

So it looks the answer to my original question is, "Yes, to center an image
using css, it really is necessary to wrap it in a block level element with
text-style:center defined." Huh!


No, it isn't. As Nelson suggested, using {display : block; margin : 0 auto;} you're not wrapping the img in anything extra, but rather you are turning the img itself into a block.

Mordechai
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to