Author |
Topic |
aplusbob
Starting Member
1 Posts |
Posted - 17 February 2002 : 16:22:16
|
I am sure this has been addressed, but I couldn’t find it using the search.
How do you place banners ads like the ones above this forum?
Thanks, New guy, aplusbob
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 17 February 2002 : 16:31:05
|
Open inc_top.asp and go to line 150. You should find the following there:
<a name="top"></a><font face="<% =strDefaultFontFace %>">
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="50%"><a href="default.asp">
Now add the following code right above the <table> tag
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center">
<table border=0 width="95%" cellspacing="0" cellpadding="0" align="center"> <tr> <td bgcolor="#FEFEFE" align="center"> BANNERCODE HERE <hr size=1> </td> </tr> </table> </td> </tr> </table>
Now replace BANNERCODE HERE with the code you use for your banners and you're done.
Good luck.
http://www.frutzle.com Also for logo requests! For MODs go to: Snitz Exchange or Mod Resource
Edited by - FrutZle on 17 February 2002 16:35:44 |
|
|
Kong
Junior Member
100 Posts |
Posted - 28 February 2002 : 22:27:34
|
I've noticed that on the Snitz Forums the ad banner above the forums displays a couple of different ads.
Is it random?
How would you set it up so that it displays 1 of a number of ads?
_________________________ Come on by and visit Deth Incarnate. Growing slowly, but growing none the less. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 28 February 2002 : 23:15:47
|
You would get a banner rotator. . . which are usually powered by whoever you set up the ads though.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Kong
Junior Member
100 Posts |
Posted - 01 March 2002 : 04:39:33
|
Do you know of any good banner rotators?
I need something that I can easily modify to support whatever number of ads I end up using. Hopefully nothing too complex.
_________________________ Come on by and visit Deth Incarnate. Growing slowly, but growing none the less. |
|
|
pitskin
Starting Member
12 Posts |
Posted - 01 March 2002 : 07:02:42
|
Go to aspin.com here you will find easy to follow tutorials on banner ad rotator's, use the search at this site as it does contain alot of stuff
check this one out,hopefully you should be able to follow it http://www.theaspsite.org/examples_display.asp?id=2
this is all done using ASP code
|
|
|
makumbeiro
Starting Member
23 Posts |
Posted - 07 March 2002 : 15:50:40
|
Is there a quick way to include this code on every page, every message?
Thanks so much for your time and attention. I really *love* this forum.
|
|
|
Deleted
deleted
4116 Posts |
Posted - 07 March 2002 : 16:17:01
|
quote:
Is there a quick way to include this code on every page, every message?
Thanks so much for your time and attention. I really *love* this forum.
As Inc_Top.asp is included by every page of the forum (actually it *is* the top part of each page - excluding the pop-up windows), you will get this result, whenever you implement what FrutZle explained.
Think PinkPost v40b03 Patches |
|
|
makumbeiro
Starting Member
23 Posts |
Posted - 07 March 2002 : 17:03:29
|
quote:
As Inc_Top.asp is included by every page of the forum (actually it *is* the top part of each page - excluding the pop-up windows), you will get this result, whenever you implement what FrutZle explained.
Think PinkPost v40b03 Patches
Yes, I see that you are quite right. I made the famous mistake of not reloading the page!! The page I tested loaded from my cache.
Thanks for your response; you were quite helpful!!
|
|
|
Deleted
deleted
4116 Posts |
Posted - 07 March 2002 : 17:17:26
|
quote:
Yes, I see that you are quite right. I made the famous mistake of not reloading the page!! The page I tested loaded from my cache.
Thanks for your response; you were quite helpful!!
You're welcome ...
Think PinkPost v40b03 Patches |
|
|
Trina
Starting Member
31 Posts |
Posted - 13 March 2002 : 21:48:36
|
Can someone take a look at this and help me figure out why my banner ads aren't showing up? I followed the directions in this thread, and my banner code works on my other pages, I just can't get it working on the forum. Thanks in advance!
http://trot.org/forum/default.asp
|
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 14 March 2002 : 13:19:22
|
Why do you start one table but close two?:
quote:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center">
...<cut JavaScript>...
<hr size=1> </td> </tr> </table> </td> </tr></table
>
You might also want to concider placing the tags on separate lines for easy debugging.
I doubt that's causing the problem, but I'm not familiar with JavaScript.
http://www.frutzle.com
Snitz Exchange | Do's and Dont's |
|
|
jmanibusan
Starting Member
14 Posts |
Posted - 03 April 2002 : 10:13:31
|
quote:
Open inc_top.asp and go to line 150. You should find the following there:
<a name="top"></a><font face="<% =strDefaultFontFace %>">
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="50%"><a href="default.asp">
Now add the following code right above the <table> tag
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center">
<table border=0 width="95%" cellspacing="0" cellpadding="0" align="center"> <tr> <td bgcolor="#FEFEFE" align="center"> BANNERCODE HERE <hr size=1> </td> </tr> </table> </td> </tr> </table>
Now replace BANNERCODE HERE with the code you use for your banners and you're done.
Good luck.
http://www.frutzle.com Also for logo requests! For MODs go to: Snitz Exchange or Mod Resource
Edited by - FrutZle on 17 February 2002 16:35:44
is this instruction for inserting a banner rotator script or a single banner gif? if this inst. is for a rotator script, would you be so kind & provide inst. for inserting a single banner gif file at the the forum?
tks.
|
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 03 April 2002 : 10:20:19
|
The code I gave there was just to create a table in which you can then display banners, followed by an <hr> like on these forums.
You can place a single image in there, but you can also join a link exchange program and place the program's code in the table and have a rotating banner script on all your forum pages in seconds.
http://www.frutzle.com
Snitz Exchange | Do's and Dont's |
|
|
jmanibusan
Starting Member
14 Posts |
Posted - 03 April 2002 : 11:26:40
|
quote:
The code I gave there was just to create a table in which you can then display banners, followed by an <hr> like on these forums.
You can place a single image in there, but you can also join a link exchange program and place the program's code in the table and have a rotating banner script on all your forum pages in seconds.
http://www.frutzle.com
Snitz Exchange | Do's and Dont's
tks. i would give it a try. i have one other question to ask, if you don't mind. on this site http://www.frontpagewebmaster.com/default.asp there is a contents section (on left side) & a header right above with links. would you know how was this achieved? i placed the same question at that forum but no takers yet. please advise.. Tks. again
rgds.
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 03 April 2002 : 14:10:50
|
You just add a cell to the main layout table. If you shoot me an email I'll send you the source code of the Snitz Exchange's left hand menu.
Nathan Bales - Romans 15:13 ---------------------------------- Snitz Exchange | Do's and Dont's |
|
|
Topic |
|