Sorry for the late reply, but you will see the following code in your inc_header.asp file:<%
Response.Write "<a name=""top""></a>" & vbNewLine & _
And you need to place the code in like so:<%
if FORUM_ID = "8" then
Response.Write "<center><banner code here></center>" & vbNewLine
else
end if
Response.Write "<a name=""top""></a>" & vbNewLine & _
The code you put in as the banner code could be the image for the banner and the link for your users to click on if you want to also use a link. I hope that makes sense.
If you send me an e-mail with what the image is called, where you store the image, and if you want a link and where the link goes to, I will type up the code and send it back as where it is needed.