Works in internet explorer correctly, but when opening up the site in firefox it does not display the correct path to the image in the header
Code:
http://www.stikiller.com/images%5Clogo-right.jpg
It seems like it wont render the / correctly?
here is my head.tpl code
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#000000">
<a href="home.php"><img src="images\logo.jpg" width="500" border="0" height="115"> </a> </td>
<td bgcolor="#000000" rowspan="2">
<img src="images\logo-right.jpg" width="447" height="150" border="0" alt="" align="right"></td>
</tr>
<tr>
<td bgcolor="#000000" align="left" class="HeadText">
<h1 style="margin-top: 0; margin-bottom: 0"><b>
<font face="Verdana" color="#FFFFFF" size="2">Mitsubishi Lancer Evolution
Performance Parts 1-866-548-4GSC</font></b></h1>
</TD>
</tr>
<tr>
</tr>
</table>