Forum Moderators: open

Message Too Old, No Replies

Move the whole table / home page to the top?

I cant seem to move the whole table to the very top

         

Zaida

3:24 am on Jun 30, 2009 (gmt 0)

10+ Year Member



Hello everyone, my name is Zaida and I work for a non profit organization and I need html help for something very simple but yet I can't figure it out since I do not know that much about HTML.

If you visit the page you will see that when you visit, the whole table should be moved to the very top of the page and it wont! What is wrong? Can someone tell me how can I fix this problem? Any help would be very appreciated, thank you !

Zaida

[edited by: tedster at 3:54 am (utc) on June 30, 2009]
[edit reason] remove specfic details [/edit]

tedster

4:02 am on Jun 30, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello Zaida, and welcome to the forum.

You can be sure that there is something taking up that space - even if it isn't visible . Check for:

1. margins on the table or any containing element
2. padding on the table
3. any empty element of some kind in the source code before the table. It may be invisible but still taking up space.

Also, it's always a good idea to validate the source code at the W3C:

W3C Validator - HTML [validator.w3.org]
W3C Validator - CSS [jigsaw.w3.org]