imported_Sasuke
05-07-2003, 07:30 AM
Well I tried that modification which sets the navbar in a table.
My problem now is, that if I want to fix the whole table to 99% it does not work.
It always gets smaller or larger depending on the navbar text.
Here's the code I use:
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#333333">
<td width="100%" nowrap bgcolor="F9F9F9"> <font size="1" face="Arial, Helvetica, sans-serif"><strong>>></strong></font>
<smallfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> >
$navbits</b></smallfont> </td>
</tr>
<tr bgcolor="#333333">
<td width="100%" height="23" nowrap bgcolor="{tableheadbgcolor}">
<div align="right"><a href=""><smallfont>Forum
zu Favoriten hinzufügen</smallfont></a> <smallfont>|</smallfont>
<a href=""><smallfont>Forum
als gelesen markieren</smallfont></a></div></td>
</tr>
</table>
My problem now is, that if I want to fix the whole table to 99% it does not work.
It always gets smaller or larger depending on the navbar text.
Here's the code I use:
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#333333">
<td width="100%" nowrap bgcolor="F9F9F9"> <font size="1" face="Arial, Helvetica, sans-serif"><strong>>></strong></font>
<smallfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> >
$navbits</b></smallfont> </td>
</tr>
<tr bgcolor="#333333">
<td width="100%" height="23" nowrap bgcolor="{tableheadbgcolor}">
<div align="right"><a href=""><smallfont>Forum
zu Favoriten hinzufügen</smallfont></a> <smallfont>|</smallfont>
<a href=""><smallfont>Forum
als gelesen markieren</smallfont></a></div></td>
</tr>
</table>