Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [shiner] Advertising banner in single category??

Quote Reply
Re: [shiner] Advertising banner in single category?? In reply to
I tried following what you said and made the changes. It stopped the page from loading. Only the top portion of the page loaded above the new code. Something in the code stopped the page load from that point. Here's what my code looked like:

Code:
<%endloop%>
<%endif%>
<%/body_font%>
</td>
<td>
<%include include_logo.html%>
</td>
</tr>
<%if forum_id >= 10><tr> <td colspan="3">
<center>
<img src="http://www.merginet.com/...nner/pwwlogo260t.gif">
</center>
</td>
</tr>
<%endif%>

<%if forum_total%>


I also tried to replace the forum logo which would be ideal by using:

Code:
<%endloop%>
<%endif%>
<%/body_font%>
</td>
<td>

<%if forum_id >= 10>

<img src="http://www.merginet.com/...nner/pwwlogo260t.gif">

<%else>

<%include include_logo.html%>

<%endif%>


This only resulted in there being no logo in Forum 10 but it allowed the rendering of the whole page.

Any ideas what I might be doing wrong?

Richard

Richard Bilger
RBilger@MERGINET.com
MERGINET.com: Emergency Responders Web Site
http://www.merginet.com
Subject Author Views Date
Thread Advertising banner in single category?? RBilger 2778 Dec 6, 2002, 12:49 PM
Thread Re: [RBilger] Advertising banner in single category??
shiner 2701 Dec 6, 2002, 9:58 PM
Thread Re: [shiner] Advertising banner in single category??
RBilger 2696 Dec 7, 2002, 7:21 AM
Thread Re: [RBilger] Advertising banner in single category??
shiner 2670 Dec 9, 2002, 9:49 AM
Post Re: [shiner] Advertising banner in single category??
RBilger 2665 Dec 9, 2002, 10:40 AM