Zitat Zitat von Skalo Beitrag anzeigen
Guck mal in die layout.lib.php
das habe ich schon getn ahbe die beiden border solid schon af 0 stehen hier mein mein code

[Code]<?
function head($titel){
echo '
<table style="border:solid 0px black" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#4B69FF">
<tr>
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
</tr>
<tr>
<td bgcolor="#3399FF" valign="top" align="left">
<table width="98%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}

function foot(){
echo '
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"><tr><td height="5"></td></tr></table>
';
}

function menuehead($titel){
echo'
<table style="border:solid 0px black" width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#4B69FF">
<tr>
<td valign="middle" align="center" height="18" bgcolor="#1e364c"><b><font color="#ffffff">'.$titel.'</font></b></td>
</tr>
<tr>
<td bgcolor="#3399FF" valign="top" align="left">
<table width="98%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}

function menuefoot(){
echo'
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"><tr><td height="5"></td></tr></table>
';
}
?>
[code]

abder die umrandung der menüboxen sind immernoch da und de umrandung im content bereich auch weis wirklich ncht woran das noch liegt