What html code do i need to use to have all my site content centered in the middle of the browser wi
Coupon Codes, Rebates & Free Shipping Codes
PCmover - $15 Off with Coupon Code S6ch2
muvee Reveal takes your photos, video and music
and automatically creates your own highly polished
personal muvee.
Visit the Nuance store today
Download a Free Trial of Acronis True Image 2009
Visit the CA US Store!
10% Off - 1 YR - Trend Micro Internet
Security 2009 - Coupon Code: TrendIS.
Get 10% off any purchase at MacSpeech.com
when you use the coupon code DICTATE10!
Get PowerDirector 7 Ultra from Cyberlink - optimized
for Intel Core i7
e.g. microsoft.com's new site design which has all the page content in the middle, what ever the the overall size of the window may be.
What html code do i need to use to have all my site content centered in the middle of the browser window?microsoft publisheruse the following within the body tag...
<body>
<div align="center">
......
content here
......
</div>
</body>
What html code do i need to use to have all my site content centered in the middle of the browser window?microsoft live internet explorer
Here is an example with an explanation.
http://bluerobot.com/web/css/center1.htm...|||if you're using css:
body: { margin: 0 auto; text-align: center }
see: http://www.glish.com/css/home.asp
if you're using tables, it's the body tag that you give a center alignment. Then elements within the body will be given their own alignment for table contents.
More Related Questions and Answers ...
The information post by website user , we not guarantee correctness.
