How to align images in center? Align="middle" is not working.
Printable View
How to align images in center? Align="middle" is not working.
align='center'
or you can put them in the center tages.
<center><img></center>
Scoutt
or like this:
Code:<div style="align:center"><img></div>
Wouldn't it have to be text-align: center in CSS? And you would have to wrap the image in div tags that have the style applied to them, because text-align doesn't work directly with the img tag.
I don't know, it seems to have worked for me in the past.:confused:
I was asking because my CSS editor, Topstyle Lite, doesn't have just "align" listed for either CSS1 or CSS2 or any of the browser versions.