Pitch
Noobie
Posts: 30
:::live now or never:::
|
|
Table Border fehlen in Forumsübersicht
« on: May 05, 2002, 01:03:30 AM » |
|
Was kann ich machen? Bei unserem Forum wird in der Forumsübersicht die schwarze Kante nicht angezeigt, die die Tabellen haben sollten. Wir haben noch ein altes YaBB SE installiert und das aktuelle. Im alten siehts normal aus, im zweiten ja eigentlich auch, nur halt in der Übersicht passt es nicht. Trotz des selben Templates. Woran liegt das und wie behebe ich das? Wir würden nämlich gerne das PHP Board produktiv nehmen und unser altes YaBB 1 Gold SP1.1 dagegen ersetzen.
Unser Template sieht wie folgt aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE><yabb title></TITLE> <STYLE type=text/css> A:link { font-size=11px; text-decoration: underline; color: #ffffff;font-weight: regular; font-family: "Verdana, Tahoma, Arial"; } A:visited { font-size=11px; text-decoration: underline; color: #ffffff;font-weight: regular; font-family: "Verdana, Tahoma, Arial";} A:hover { font-size=11px; text-decoration: none; color: #ff0000;font-weight: regular; font-family: "Verdana, Tahoma, Arial";} .nav {font-size: 9px; text-decoration: none; color: #FFFFFF;font-weight: regular; font-family: "Verdana, Tahoma, Arial"; } .nav:link {font-size: 9px; text-decoration: none; color: #FFFFFF;font-weight: regular; font-family: "Verdana, Tahoma, Arial"; } .nav:visited {font-size: 9px; text-decoration: none; color: #FFFFFF;font-weight: regular; font-family: "Verdana, Tahoma, Arial"; } .nav:hover {font-size: 9px; text-decoration: none; color: #FF0000; font-style: regular; font-family: "Verdana, Tahoma, Arial";} } BODY { font-size=11px; scrollbar-face-color: #336699; scrollbar-shadow-color: #4477aa; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #4477aa; scrollbar-darkshadow-color: #4477aa; scrollbar-track-color: #4477aa; scrollbar-arrow-color: #000000; font-family: "Verdana, Tahoma, Arial";} TABLE {empty-cells: show} TD { font-size=11px; font-family: "Verdana, Tahoma, Arial"; color: #FFFFFF} input {background-color: #336699; font-family: "Verdana, Tahoma, Arial"; font-size: 10pt; color: #FFFFFF;} textarea {background-color: #336699; font-family: "Verdana, Tahoma, Arial"; font-size: 10pt; color: #FFFFFF;} select {background-color: #336699; font-family: "Verdana, Tahoma, Arial"; font-size: 7pt; color: #FFFFFF;} .windowbg {background-color: #4477aa; font-size: 11px; font-family: Verdana, arial, helvetica, serif; color: #FFFFFF;} .windowbg2 {background-color: #225588; font-size: 11px; font-family: Verdana, arial, helvetica, serif; color: #FFFFFF;} .windowbg3 {background-color: #000000; font-size: 11px; font-family: Verdana, arial, helvetica, serif; color: #FFFFFF;} .hr {COLOR: #336699; BACKGROUND-COLOR: transparent} .titlebg {background-color: #4477aa; color: #FFFFFF; font-family: "Verdana, Tahoma, Arial";} .text1 {font-style: normal; font-weight: bold; font-size: 12px; color: #000000; font-family: "Verdana, Tahoma, Arial";} .catbg {color: #ffffff; font-weight: bold; font-size: 12px; background-color: #4477aa; background-image : url(http://www.therealspace.de/YaBBImages/catbg.jpg); font-family: "Verdana, Tahoma, Arial";} .bordercolor {font-size: 11px; font-family: "Verdana, arial, helvetica, serif";} .quote {font-size: 9px; font-family: "Verdana, Tahoma, Arial"; color: #FFFFFF; background-color: dimgray;} .code {font-size: 9px; font-family: "Verdana, Tahoma, Arial"; color: #000000; background-color: #FFB920;} .help {background-color: transparent; cursor:help; } .meaction {COLOR: red; BACKGROUND-COLOR: transparent} </STYLE>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-15"> <META content="<yabb title>" name=description> <META content="PHP, MySQL, bulletin, board, free, open, source, yabb, yet, another, SE" name=keywords> <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD> <body text="#FFFFFF" bgcolor="#336699" bottomMargin="0" leftMargin="0" rightMargin="0" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <br>
<table border="0" width="90%" cellspacing="0" cellpadding="0" align="center"> <tr> <td>
<table border=0 width="100%" cellspacing="1" cellpadding="0" bgcolor="#000000" class="bordercolor"> <tr> <td bgcolor="#225588" align="left"> <font face=Verdana size="2" color="#ffffff"> <yabb news> <table width=100% border="0" cellspacing="0" cellpadding="0" height="40ppt" > <tr> <td width=50% align=left valign=top> <font face=Verdana size="1" color="#ffffff"> <yabb uname> <yabb im> </font> </td> <td valign=top width=50% align=right> <font face=Verdana size="1" color="#ffffff"> <yabb time> </font> </td> </tr> </table>
<table width=100% border="0" cellspacing="0" cellpadding="0"> <tr> <td width=100% valign=bottom align=center> <font face=Verdana size="1" color="#ffffff"> <yabb menu> </font> </td> </tr> </table>
</font> </td> </tr> </table>
<br>
<yabb main> <br> <TABLE cellSpacing=0 cellPadding=0 width="90%" align=center border=0> <TBODY> <TR> <TD noWrap align=right> <yabb VBStyleLogin> </TD> </TR> </TBODY> </TABLE> <BR> <table border="0" width="90%" cellspacing="0" cellpadding="0" align="center"> <tr> <td valign="middle" align="center" width="100%"> <font face="Verdana, Tahoma, Arial" size="1"> <yabb copyright> <br> TheRealSpace.de 2001 - 2002 </font> </td> </tr> </table> <br> <br>
</td> </tr> </TABLE> </BODY> </HTML>
|