|
Hiya guys
I'm putting a banner scrip into my forum so it sits under the all the buttons and the header in the center of the page. Know these are the insructions i've been given.
Displaying Banners on your webpages ===================================================================
1. Display banners in your .asp-pages by include the JBS.asp file. To do this just copy and paste the following line in the top of your .asp page. "<!--#include virtual="/JBS/include/JBS.asp"-->" 2. Paste the Zone code, for example "<% Call JBS(6) %>" (assigned to each created zone) where you want the banner to be displayed.
3. On bottom of your .asp page paste the following line:
"<!--#include virtual="/JBS/include/close_JBS.asp"-->"
(See the code in the enclosed "sample.asp" file for an example of how it’s done)
====================================================================
this is the example script
====================================================================
<!--#include virtual="/JBS/include/JBS.asp"--> <html>
<head> <title>Sample</title> </head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="416"> <tr> <td width="100%" height="95"> Display a zone:<br> <% Call JBS(17) %><br><br></td> </tr> <tr> <td width="100%" height="70"> Display another zone:<br> <% Call JBS(18) %><br><br> </td> </tr> <tr> <td width="100%" height="104"> Display another zone:<br> <% Call JBS(19) %><br><br> </td> </tr> <tr> <td width="100%" height="144"> Display another zone:<br> <% Call JBS(20) %><br><br> </td> </tr> </table>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="56"> <tr> <td width="100%" height="56"><b>Link to admin login:</b> http://www.yourdoman.com/JBS/files/login.asp%3cp - http://www.yourdoman.com/JBS/files/login.asp<p > <b>Link to advertiser login:</b> http://www.yourdoman.com/JBS/advertiser/login.asp%3c/td - http://www.yourdoman.com/JBS/advertiser/login.asp</td > </tr> </table>
</body>
Its a banner managment software.... But i've tryed many ways of putting the script in the forum... I only want one 468x60 pixal banner at the top of the page...lol...
My msn is mailto:jackhull@hotmail.com - jackhull@hotmail.com
Thankyou for your help
Jack
|