Forum Moderators: open
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]
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]