PDA

View Full Version : Table Gaps?


dagaffer
04-09-2003, 09:15 PM
um... I think the best way to describe this is for you to see it:
problem! (http://www21.brinkster.com/gaffer/school.asp)
Theres a gap between the light blue heading and the dark blue bar down the side that I didnt want there! It's supposed to look like the 2 bars are overlapping (sort of) so whats the problem? can anyone see?
Any help would be great!
P.S. Any other advice, please give!!!:p

Thanx! Gaffer:thumbsup:

Jason
04-09-2003, 10:50 PM
I have them overlapping a little bit, there is no gap that I see....


Jason

cg9com
04-10-2003, 01:12 AM
could you try and localize the problem?
this will make it easier to get a response as we wont have to dig through your code as you have alot of nested tables. :D

you can also eliminate some errors with a HTML Validator (http://validator.w3.org/)

are you talking about the gap to the left of "What They Want To Do" in the blue bar??? :)

Cybertooth Tiger
04-10-2003, 01:56 AM
The problem appears to be here....

*************** <td width="200"> *************
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr height="32">
****** <td align="center" width="150"> ******
<font size="1" color="#ffffff" face="times new roman">&nbsp;</font>
</td>
***** <td align="center" width="50" bgcolor="#26d3ff"> *****
<font size="1" color="#26d3ff" face="times new roman">&nbsp;</font>
</td>
</tr>
<tr height="18">
<td align="center" bgcolor="#6874ff">
<font size="1" color="#6874ff" face="times new roman">&nbsp;</font>
</td>
<td align="center" bgcolor="#0175a7">
<font size="1" color="#0175a7" face="times new roman">&nbsp;</font>
</td>
</tr>
</table>

You have set a table cell to 200, then inserted a table with the first two cells equaling 200, then added a bunch of other cells with non breaking spaces in them. _ You have confused the cell!

Tonz

dagaffer
04-10-2003, 08:43 PM
I confused the cell... you confused me... it all works out!
After fidling around with the names i found that when 1 of the names was shortened it all worked out (it was between the "What They Want To Do" bar & the names bar).
What I've done is just made the names bar a bit larger & it looks fine... it's probably only temporary but I'll deal with other problems as they come, thanx for all the help though:thumbsup: