14.03.2008, 21:41
Ok, also das muss dann VOR den Text gesetzt werden, dann steht das drin, oder:
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>Zusätzliche Portal-Box</strong></td>
</tr>
<tr>
<td class="trow1">Dies ist eine zusätzliche Portal-Box, in der u. a. HTML-Code verwendet werden kann, z. B.:<br />- weitere, kurze Infos<br />- Verweise/Links zu anderen Seiten</td>
</tr>
</table>
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
</td>
<td valign="top" width="200">
{$whosonline}
</td>
</tr>
</table>
Ist nur so, dass egal was ich in den Templates veränder, ich seh nie eine Veränderung...
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>Zusätzliche Portal-Box</strong></td>
</tr>
<tr>
<td class="trow1">Dies ist eine zusätzliche Portal-Box, in der u. a. HTML-Code verwendet werden kann, z. B.:<br />- weitere, kurze Infos<br />- Verweise/Links zu anderen Seiten</td>
</tr>
</table>
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$latestthreads}
</td>
<td> </td>
<td valign="top">
{$announcements}
</td>
<td valign="top" width="200">
{$whosonline}
</td>
</tr>
</table>
Ist nur so, dass egal was ich in den Templates veränder, ich seh nie eine Veränderung...