Rheinblitz
06.04.2002, 00:37
also heute ist irgendwie der wurm drin :mad: .... ich will einen rahmen um die einzelnen tabellen erstellen, aber was ich auch mache, die untere tabelle nimmt stets die farbe des tabellenrahmens an... sieht jemand den fehler?
--------------------------------------------------------------
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center"> <td bgcolor="{tableheadbgcolor}" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%"><normalfont color="{tableheadtextcolor}"><b>$link[name]</b></normalfont></td>
<td width="50%">
<div align="right"><a href="links.php?funktion=bereich&category=$link[category_id]"><normalfont color="{tableheadtextcolor}"><b>$link[category_name]</b></normalfont></a></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">$banner $banner_url</td>
</tr>
<tr>
<td width="83%"><b>URL: </b><a href="links.php?action=redirect&url=$link[url]" target="_blank">$link[url]</a><br>
<b>Email: </b><a href="mailto:$link[email]">$link[email]</a></td>
<td valign="top" width="17%">
<div align="right">$counter$forumlink</div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="justify"><b>Beschreibung:</b> <br>
$link[description]</div>
</td>
</tr>
</table>
</td>
</table>
<br>
---------------------------------------------------------------------------
--------------------------------------------------------------
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center"> <td bgcolor="{tableheadbgcolor}" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50%"><normalfont color="{tableheadtextcolor}"><b>$link[name]</b></normalfont></td>
<td width="50%">
<div align="right"><a href="links.php?funktion=bereich&category=$link[category_id]"><normalfont color="{tableheadtextcolor}"><b>$link[category_name]</b></normalfont></a></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">$banner $banner_url</td>
</tr>
<tr>
<td width="83%"><b>URL: </b><a href="links.php?action=redirect&url=$link[url]" target="_blank">$link[url]</a><br>
<b>Email: </b><a href="mailto:$link[email]">$link[email]</a></td>
<td valign="top" width="17%">
<div align="right">$counter$forumlink</div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="justify"><b>Beschreibung:</b> <br>
$link[description]</div>
</td>
</tr>
</table>
</td>
</table>
<br>
---------------------------------------------------------------------------