Discussion:
Why do I have a big empty space on my page?
(too old to reply)
Iain
2010-03-12 23:59:19 UTC
Permalink
Can anyone tell me why theres a big gap before the table of cars on the
following page: http://www.mosteconomicalcars.com/

One thing I've worked out is the more rows I have in the table of cars the
larger the gap. For example http://www.mosteconomicalcars.com/sports.htm has
half the cars in the table and the gap is half the size, but still there.

Can anyone help?

Thanks
Iain
2010-03-13 00:31:02 UTC
Permalink
Yay - worked it out.

I was using <tr><br></tr> to add some space in the table
whereas I should have been using <tr><td><br></td></tr>
Not having the td tags was causing the mysterious white space above the
table.
Post by Iain
Can anyone tell me why theres a big gap before the table of cars on the
following page: http://www.mosteconomicalcars.com/
One thing I've worked out is the more rows I have in the table of cars the
larger the gap. For example http://www.mosteconomicalcars.com/sports.htm
has half the cars in the table and the gap is half the size, but still
there.
Can anyone help?
Thanks
Loading...