View Full Version : Quick help with code please
Dominic
Jun 24th 2004, 6:11 pm
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
TheHoff
Jun 24th 2004, 6:17 pm
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">
digitalpoint
Jun 24th 2004, 6:20 pm
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. :)
digitalpoint
Jun 24th 2004, 6:20 pm
Oh well.. beat me.
TheHoff
Jun 24th 2004, 6:34 pm
oh, I won something? :D
yay
Dominic
Jun 24th 2004, 6:36 pm
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.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.