Verfasst: 03.11.2004 10:56
Abgetrennt von http://www.phpbb.de/viewtopic.php?t=64044
kann man die tour an das fore design anpassen?
kann man die tour an das fore design anpassen?
Code: Alles auswählen
<table width="100%" cellspacing="2" cellpadding="5" border="0">
<!-- BEGIN forum_tour -->
<tr>
<td align="left" width="30%">{forum_tour.NAV_PREV}</td>
<td align="center" width="40%">{forum_tour.NAV_FIRST_PAGE}</td>
<td align="right" width="30%">{forum_tour.NAV_NEXT}</td>
</tr>
<tr>
<td class="row2" nowrap="nowrap" align="center" colspan="3"><span class="mainmenu"><b>{forum_tour.SUBJECT}</b></span></td>
</tr>
<tr>
<td class="row1" colspan="3"><span class="genmed">{forum_tour.MESSAGE}</span></td>
</tr>
<!-- END forum_tour -->
</table>
Code: Alles auswählen
<table width="100%" cellspacing="2" cellpadding="5" border="0" class="forumline" >
<!-- BEGIN forum_tour -->
<tr>
<td align="left" width="30%">{forum_tour.NAV_PREV}</td>
<td align="center" width="40%">{forum_tour.NAV_FIRST_PAGE}</td>
<td align="right" width="30%">{forum_tour.NAV_NEXT}</td>
</tr>
<tr>
<td class="catHead" nowrap="nowrap" align="center" colspan="3"><span class="mainmenu"><b>{forum_tour.SUBJECT}</b></span></td>
</tr>
<tr>
<td class="row1" colspan="3"><span class="genmed">{forum_tour.MESSAGE}</span></td>
</tr>
<!-- END forum_tour -->
</table>