Centering images

liunx

Guest
How do I centre images using css? (Is it the same as centering text?)Either of these work:

<img src=http://www.webdeveloper.com/forum/archive/index.php/"left.png" alt="test" style="display: block; margin-left: auto; margin-right: auto;">
<p style="text-align: center;"><img src=http://www.webdeveloper.com/forum/archive/index.php/"left.png" alt="test"></p>
 
Back
Top