tabelhoogte
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

tabelhoogte
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?
open index_body.tpl
Vind:
Vervang met:
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"> {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>
Alleen support via het forum, dus geen support via email, msn of pb.
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 -->
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
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"> {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>