This page has turned out correctly: http://www.homeless.org.au/children/index.htm Where as this page has a blue gap in two places at the top of the page: http://www.homeless.org.au/index.htm How do I fix this? Please paste the correct code snippet in your reply. (the problem is repeated in several other places throughout the site - same mistake all the way through). Thanks, Dominic
In the code you are specifying two table data heights at the top of the page: <td height="125" valign="top" colspan="2"> and <td width="180" height="19" valign="top"> In the one with too much space, the heights are specified as: <td height="148" valign="top" colspan="3"> and <td width="180" height="42" valign="top">
The smaller one is because you have a forced height of 42 on the parent cell, and the larger gap is because you have a forced height of 148 on the parent cell.
Thanks guys - I'll go and update all the pages with the problem. With dreamweaver - I can develop a site and learn bits and pieces of code as I go (without having to know how it all works). Instead of having to know how to code properly - sometimes (like now) though I come unstuck. If it wasn't for WYSIWYG? programs like dreamweaver (any your help) this Social Worker would not be able to get past square one. Thanks heaps.