|
From: Jordan S. <js...@jw...> - 2003-02-25 00:28:34
|
At 07:12 PM 2/23/2003, Jordan Share wrote: >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 Actually, line 18 in web/look_default/busy.jsp, and web/look_default/configure.jsp also have this problem. Jordan |