tabelhoogte
Geplaatst: 04 nov 2003, 22:10
Ik wil de hoogte van de tabel op de index veranderen, ik heb het over de tabel met de tekst: Forum, Onderwerpen, Berichten en Laatste Bericht... hoe doe ik dit?
Code: Selecteer alles
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
Code: Selecteer alles
<table width="100%" height="getal" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
Code: Selecteer alles
<!-- EDIT BY webdev. We weten wel hoe dat bestadn er uit ziet -->
Code: Selecteer alles
table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th height="xxxxx" width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th height="xxxxx" width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th height="xxxxx" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>