Topic: Firefox is doing strange things to my forums...
Hi there,
If you have a look at my forums in IE for the PC they work fine:
http://www.everything.ie/forum/
but if you try the same thing in Firefox a dark grey line about 3 px wide appears all along the right hand side of the boxes. I've had a look at the slight modifications I've made to the punbb script but can't see where I'm going wrong.
I'm using all the same coding in the main part of my site and dont have any problems with firefox.
In case it's something to do with this, heres main.tpl :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>">
<pun_head>
</head>
<body<pun_body>>
<div id="wrapper">
<table class="punmain" cellspacing="1" cellpadding="0">
<tr class="punhead">
<td class="punhead">
<span class="puntitle"></span>
<div align="right"><a href="/"><img src="../../../images/everythingforum.gif" alt="everything.ie :: place free ads, find jobs, property, love, romance and more in ireland. everything is free at at everything.ie. now click here to go back to homepage" width="255" height="65" border="0"></a><br>
</div>
</td>
</tr>
<table align="center" width="750" height="20" border="0" cellpadding="0" cellspacing="0" class="button">
<tr>
<td class="left"><a href="/howtouse.php">how to use this site </a></td>
<td class="left"><a href="/exists.php">why everything exists </a></td>
<td class="left"><a href="/howtohelp.php">everything.ie wants you! </a></td>
<td class="left"><a href="/forum">forums</a></td>
<td class="left"><a href="/write.php">write to robert </a></td>
<td class="both"><a href="/employers.php">employers: click here</a></td>
</tr>
</table>
<table align="center" width="750" height="20" border="0" cellpadding="0" cellspacing="0" class="button">
<tr>
<td class="left2"><a href="/news.php">everything.ie news </a></td>
<td class="left2"><a href="/recommends.php">robert recommends </a></td>
<td class="left2"><a href="/publicity.php">what people are saying </a></td>
<td class="left2"><a href="/links.php"> links</a></td>
<td class="left2"><a href="/bored.php">i'm bored </a></td>
<td class="both2"><a href="/">take me home </a></td>
</tr>
</table>
<td class="puncon1">
<table class="punplaintop" cellspacing="4" cellpadding="0">
<tr>
<td>
<pun_navlinks><br><br>
<pun_status>
</td>
</tr>
</table>
</td>
</tr>
</table>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</body>
</html>