Dimava
Fri 25th Jan '02, 4:44pm
ok heres the problem: i'm getting a blue background in a table cell
here's the code:
<table border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#003366">
<tr>
<td width="15" height="15" background="{imagesfolder}/top/top_left.gif">
</td>
<td height="15" background="{imagesfolder}/top/top.gif"></td>
<td width="15" height="15" background="{imagesfolder}/top/top_right.gif"></td>
</tr>
<tr>
<td rowspan="2" width="15" background="{imagesfolder}/top/left.gif">
</td>
<td bgcolor="#003366">
<div align="center"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></div>
</td>
<td rowspan="2" width="15" background="{imagesfolder}/top/right.gif"></td>
</tr>
<tr>
<td bgcolor="#003366">
<div align="center"><a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a></div>
</td>
</tr>
<tr>
<td width="15" height="15" background="{imagesfolder}/top/bottom_left.gif"></td>
<td height="15" background="{imagesfolder}/top/bottom.gif"></td>
<td width="15" height="15" background="{imagesfolder}/top/bottom_right.gif"></td>
</tr>
</table>
<br>
<br>
and this is what that shows (86k image):
here's the code:
<table border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#003366">
<tr>
<td width="15" height="15" background="{imagesfolder}/top/top_left.gif">
</td>
<td height="15" background="{imagesfolder}/top/top.gif"></td>
<td width="15" height="15" background="{imagesfolder}/top/top_right.gif"></td>
</tr>
<tr>
<td rowspan="2" width="15" background="{imagesfolder}/top/left.gif">
</td>
<td bgcolor="#003366">
<div align="center"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></div>
</td>
<td rowspan="2" width="15" background="{imagesfolder}/top/right.gif"></td>
</tr>
<tr>
<td bgcolor="#003366">
<div align="center"><a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a></div>
</td>
</tr>
<tr>
<td width="15" height="15" background="{imagesfolder}/top/bottom_left.gif"></td>
<td height="15" background="{imagesfolder}/top/bottom.gif"></td>
<td width="15" height="15" background="{imagesfolder}/top/bottom_right.gif"></td>
</tr>
</table>
<br>
<br>
and this is what that shows (86k image):