problemmer med lidt html (enkelt)
Dav. :)Jeg har et lille problem med hvordan jeg skal lave min table 100% og fylde min border helt ud i faneblad feltet ( http://kdj.dk/minie/index.php?side=profil&id=1&fane=1 ).
for at uddybe det lidt mere. efter fanebladet vil jeg gerne have at borderen fylder helt ud til online boksen.
(koden er genereret via. et array og en while løkke i PHP så ved ikke om jeg skulle poste den her under HTML) :)
Smider lige output ind
<table cellpadding="0" cellspacing="0">
<tr>
<td width="5" class="border_bottom"><img src="images/space.gif"></td>
<td class="aktiv_fane_1"><img src="images/space.gif"></td>
<td class="aktiv_fane_2">
<a href="?side=profil&id=1&fane=1">Profil</a>
</td>
<td class="aktiv_fane_3"><img src="images/space.gif"></td>
<td width="5" class="border_bottom"><img src="images/space.gif"></td>
<td class="fane_1"><img src="images/space.gif"></td>
<td class="fane_2">
<a href="?side=profil&id=1&fane=2">Gæstebog</a>
</td>
<td class="fane_3"><img src="images/space.gif"></td>
<td width="5" class="border_bottom"><img src="images/space.gif"></td>
<td class="fane_1"><img src="images/space.gif"></td>
<td class="fane_2">
<a href="?side=profil&id=1&fane=3">Galleri</a>
</td>
<td class="fane_3"><img src="images/space.gif"></td>
<td width="5" class="border_bottom"><img src="images/space.gif"></td>
<td class="fane_1"><img src="images/space.gif"></td>
<td class="fane_2">
<a href="?side=profil&id=1&fane=4">Statistik</a>
</td>
<td class="fane_3"><img src="images/space.gif"></td>
<td class="border_bottom"><img src="images/space.gif"></td>
</tr>
</table>
