adjust height of a table field...

Hi,<br />
<br />
I have made a navi with tables.<br />
Between the links I want to have a small td field everytime seperating them.<br />
This fields now have the same height then the other fields.<br />
I tryed to get them smaller with a nbsp size set to 1, but that does not function.<br />
<br />
Please see the attached html-file.<br />
<br />
Thanks a lot for your answers!!!!!!!!<br />
<br />
Chrissi<!--content-->Ok, the problem is that without CSS, the height of the cell can't go any smaller than the stuff inside it. Now, since you really don't want anything in those cells anyway, you could cheat it a bit, and REMOVE the &nbsp; tags and replace them with nothing. Then set the height for all cells involved to whatever you want, and it'll work. You seem to have a lot of messy nested tables though. I'll attach a sort of re-make of the table with that little 'cheat' I talked about, and you can tweak it how you want.<br />
<br />
Aaron<!--content-->Thanks a lot Aaron!!<br />
<br />
Result:<br />
<!-- m --><a class="postlink" href="http://www.Pool-Billard-Queue.de/seiten/start.html">http://www.Pool-Billard-Queue.de/seiten/start.html</a><!-- m --><br />
<br />
Chrissi :-)<!--content-->
 
Back
Top