G'day
I can't figure out why there is such a large gap at the top of the #content area. I know there should be .5em of <h1>, but this is larger. http://tagav.com/dev/home.shtml
If you put a background on your #header, you will see where the gap comes from. It's in the #header.
The browser tries to balance the table cell heights and in so doing makes the "header" cell taller than you want it. You may be able to fix this by setting a height (in CSS) on the header.
Better still, as David hinted, don't use a table for layout. Regards -- Bert Doorn, Better Web Design http://www.betterwebdesign.com.au/ Fast-loading, user-friendly websites ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
