I have a question concerning the nav bar, I want to remove the box that surronds my icons;
The code for it seemed complicated, so I changed it to a simple table. My header template for the nav bar reads;
PHP Code:
<!-- Navbar -->
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="$stylevar[imgdir_misc]/nav_left2.gif" border="0"/></td>
<td><a href="http://www.bitclan.com"><img src="$stylevar[imgdir_misc]/nav_home2.gif"></a></td>
<td><a href="/roster.php"><img src="$stylevar[imgdir_misc]/nav_roster.gif"></a></td>
<td><a href="/server.php"><img src="$stylevar[imgdir_misc]/nav_server.gif"></a></td>
<td><a href="/screenshots.php"><img src="$stylevar[imgdir_misc]/nav_screenshots.gif"></a></td>
<td><a href="/news.php"><img src="$stylevar[imgdir_misc]/nav_news.gif"></a></td>
<td><a href="/map.php"><img src="$stylevar[imgdir_misc]/nav_map.gif"></a></td>
<td><a href="/chat.php"><img src="$stylevar[imgdir_misc]/nav_shoutbox.gif"></a></td>
<td><a href="/forum/arcade.php"><img src="$stylevar[imgdir_misc]/nav_arcade.gif"></a></td>
<td><a href="/wars.php"><img src="$stylevar[imgdir_misc]/nav_clanwars.gif"></a></td>
<td><a href="/archive.php"><img src="$stylevar[imgdir_misc]/nav_archive.gif"></a></td>
<td><img src="$stylevar[imgdir_misc]/nav_right2.gif" border="0"/></td>
</tr>
</table>
I thought it was table padding at first but because of the change on mouseover (can't see it too well in the screen but box goes light blue) I guess it's a hyperlink property or something? How do I go about removing it, so there is no box box surrounding it? Also, how do I add a bin icon, instead of where it says x posts deleted?
EDIT:
Really like the skin btw