|
From: Jordan S. <js...@jw...> - 2003-02-24 03:12:22
|
in: web/look_default/main.jsp line 165 should be: <td width="2" class="white"><img src="<%=imgPrefix%>img/spacer.gif" alt="" width="2" height="1" border="0"></td> Not: <td width="2" class="white"><img src="img/spacer.gif" alt="" width="2" height="1" border="0"></td> At least, I think so. I kept getting 404s. With that fix, I don't. Jordan |