Pagina 1 van 1

tabelhoogte

Geplaatst: 04 nov 2003, 22:10
door elevation
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?

Geplaatst: 05 nov 2003, 09:16
door Podium4
open index_body.tpl

Vind:

Code: Selecteer alles

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
Vervang met:

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">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>

Geplaatst: 05 nov 2003, 14:36
door elevation
In welk getal ik "getal" ook vervang, hij blijft net zo hoog als dat hij al was :(. Voor de zekerheid heb ik mijn code hieronder gepost, voor het geval ik iets verkeerds heb gedaan....

Code: Selecteer alles

<!-- EDIT BY webdev. We weten wel hoe dat bestadn er uit ziet -->

Geplaatst: 05 nov 2003, 17:44
door WebSiteNet
Maak de avtie van podium 4 maar ongedaan en vervang dat stukje met 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">&nbsp;{L_FORUM}&nbsp;</th> 
   <th height="xxxxx" width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th> 
   <th height="xxxxx" width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th> 
   <th height="xxxxx" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th> 
  </tr>