yesah - i just need to rotate a few banners at the top. i just wondered how people have done it as at the moment it's looking like i'll use frames but these can be gotten around to not show the ads
I have got banners working fine with the forums, and the rest of the site at Classic Motorcycling Australia. It was all quite easy to do with includes.
There are a few bits of banner software out there. I have not got the URL of an interesting one I had seen today at work. Snitz Forums (these forums) used to have them in the forums.
I have tried adding an include file in inc_header.asp as follows: <!--include file=""adrotate.asp""--> but nothing is displayed. in the source code <!--include file="adrotate.asp"--> gets written out. I have triend putting <!--include file="adrotate.asp"--> with single quotes but get an unxepected end of statement. When i paste the code from the include file straight to the page it works fine, but is not what i want...
There needs to be a pound sign in the include statement. As well, you must not be in "ASP mode" when you write this. You must use a %> then do your include, then do a <% again.