What's the HTML for centering an image?
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks.
What's the HTML for centering an image?
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks.
Last edited by Mr.OSH; 03-07-2007 at 10:03 PM.
Post Count:
50 100 200 500 1000
<center>imageurl</canter> ???
OrHTML Code:<p align="center"> <img src="img"> </p>
HTML Code:<center> <img src="img"> </center>
That post was really sensible!
Many thanks guys, +Rep to both of you!
Post Count:
50 100 200 500 1000
But he said html not CSS![]()
That post was really sensible!
just using an unnamed div is also an option:
<div align="center">
<img src="imglink" alt="img description" />
</div>
Want to hide these adverts? Register an account for free!