Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

agh!! where is this space on the right side?

Status
Not open for further replies.

phrozt

IS-IT--Management
Jul 8, 2004
78
US
here's the site:


As you can see.. there's a lot of space on the right side. I went over and over my div and table tags, and can't figure out why in the world I have all that space!

If anyone could help it would be much appreciated.
 

If you change this:

Code:
<div id="main">
   <table width="90%" cellpadding="10">

to this:

Code:
<div id="main">
   <table width="100%" cellpadding="10">

does the gap go away?

Hope this helps,
Dan



[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]

 
I've tried that.. that's not it.. and if you can see, there's a lot larger gap there then 10% :/
 
The only gap on the right I see is what Dan mentioned. And it does go away (at least in my Mozilla), if I put 100% width. There is still a small gap, which is due to padding in the cell (10px). The only other gap on the right I could possibly imagine would be gap because the page is centered?
 
actually.. what's really odd is that that space only shows up on the front page. The rest of the pages seem to be fine. I went ahead and just gave the main table a class in which I make it 100%, but the front page just doesn't want to do what I tell it to!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top