Link to home
Start Free TrialLog in
Avatar of roni411
roni411

asked on

Centering A Web Page

I have a homepage page on fortuncity.com.  I want the entire page to be centered.  I do not want to have a scroll left or right bar at the bottom.  How do i center my entire page so it is easy to view, including my pics . I would only like to have a scroll up or down bar on the side. Currently it looks awful displeasing to the eye.  I wrote the HTML text in fortune cities advanced home builder.
Avatar of roni411
roni411

ASKER

Thank you for your help.  RONI
ASKER CERTIFIED SOLUTION
Avatar of vbyuval
vbyuval

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
just give the table width=100%;instead of giving it to some pixels.
due to whih u may get the scroll bar at bottom.
ie if the pixels in the table width are more than the resolution of ur screen u may get he scroll bar.
so to get out of the proble asign the table width in the main table to 100%;
would not it just be easier to use the center in your body tag? I am just wondering and putting out ideas.
You can send me an e-Mail at webmaster@dodge.bizland.com
if you want to center something all you simply need to do is add the tag
<center>
.....add that before your text
and after your text add
</center>