Need help centering an image.

liunx

Guest
I'm having a little trouble. Here's my website, <!-- m --><a class="postlink" href="http://www.lupusnt.com">http://www.lupusnt.com</a><!-- m --> . Basically I made it using divisions. Top and left. Then everything else is just positioned. Now, I was trying to center an image, on my main page, in the main section of the page only. The part with the background. I've tried making that whole section a division and using the center command, but it doesn't come out properly. Please help.Like the image that's on there now? Or another one? And where exactly is it supposed to go?sadly, <center> isn't a valid tag anymore according to current XHTML standards. this really sucks because this tag is awesome and does the job so much easier.
there are, however, solutions. <a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.bluerobot.com/web/layouts/" target="_blank">http://www.bluerobot.com/web/layouts/</a> lists 2 methods for auto-centering content. see if these help you outYou could use justification in your styles, or not use XHTML. Just use the latest HTML standards.You can put the image in a div with the style text-align:center.Thanks for tips. I'll try it out.Comment deleted.
 
Back
Top