Here's my website:
http://dr-haisook.blogspot.com/
As you see, it's aligned to the left.
I want the content (outline) as a whole to be centered. Not the text though. The body only.
I use IE 6 (if that matters).
Thanks
Here's my website:
http://dr-haisook.blogspot.com/
As you see, it's aligned to the left.
I want the content (outline) as a whole to be centered. Not the text though. The body only.
I use IE 6 (if that matters).
Thanks
Last edited by Haisook; 03-04-2006 at 11:30 PM.
Get rid of these body declarations (red):
Add a wrapper division to the page (red):Code:body { width: 552px; margin: 20px auto; font-family: lucida grande, verdana, arial, sans-serif; text-align: center; background: #FFFFFF; color: #000000; }
Note: That's your existing body tag and empty comment, only the red part is added here and only the red part is removed from the style section at the top.Code:<body><!-- --> <div style="width:552px;margin:0 auto;"> page content here </div> </body>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks