Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [shiner] Advertising banner in single category??: Edit Log

Here is the list of edits for this post
Re: [shiner] Advertising banner in single category??
I found the problem. You forgot to add a % symbol in the IF tag. It should have read <%if forum_id = 10%>. So I changed it to include and <%else%> tag to replce the forum logo if the forum_id doesn't equal 10. This is now what I have and it seems to work fine. I'll play with it a bit to see how I can make it easier to work with for all of the forums and potential sponsors.

Code:
<td>
<%if forum_id = 10%>
<img src="http://www.merginet.com/images/banner/logo.gif">
<%else%>
<%include include_logo.html%>
<%endif%>
</td>


Thanks for your help with this.

Richard Bilger
RBilger@MERGINET.com
MERGINET.com: Emergency Responders Web Site
http://www.merginet.com

Last edited by:

RBilger: Dec 9, 2002, 10:57 AM

Edit Log: