What I want is to get that border to go the whole way from the top of the <td> to the bottom to make a nice small divider between the 2 <td> tags. What is happening is the border starts about 2 pixels from the top of the <tr> and ends like 10 pixels from the bottom. I have tried everything and I am all out of ideas.
ok i cant send a screen shot because this computer is worth less than my shirt but i will try to draw a picture...remember I want the border bar thing to be the same height as the table row. Basically I want a 1 or 2 pixel divider between the 2 <td> tags that seperates them from eachother entirley. Like I do not want the <td>'s to 'touch' eachother at all.
here is what it looks like for me the || is the border that i am trying to make
notice how the || does not quite touch the top and how it is even farther from touching the bottom to make a complete divide. Thats my problem. Sorry if I am making this difficult but you know how it goes somtimes.
Last edited by shiznatix on Wed Mar 15, 2006 7:46 am, edited 1 time in total.
hummmm after further testing I dont know. There is still the 2 gaps there. Put some backgroud color to that table and to those <td>'s and maybe it will do it for you too. if not then maybe the </div> is putting a extra line underneith it before the </td>??? I dont get it.
doing cellpadding="0" cellspacing="0" fixes the problem for the top gap but does nothing to fix the problem of the bottom gap (which is the biggest gap). Any other ideas? I can't leave this bar until I figure this out
HAHAHA no your right it does work just fine. what made it not work was the extra <tr><td colspan="2"> </td></tr> that i put at the end that I was not even paying attention to. Wow I need to relax a little. Thanks for the help.