How to put a banner/ad?
Page 1 of 1 • Share •
How to put a banner/ad?
I have seen one tutorial on it, but it got lost and I searched everywhere for it but didn't find it 
I need to know how to put a banner/ad (the script too)
Thanks btw!
I need to know how to put a banner/ad (the script too)
Thanks btw!
Re: How to put a banner/ad?
taroo2a wrote:I have seen one tutorial on it, but it got lost and I searched everywhere for it but didn't find it
I need to know how to put a banner/ad (the script too)
Thanks btw!
Hello,
I little more description of your question will help a lot,
Re: How to put a banner/ad?
all i need is the html...i remember something like this
<html>
<head>
<Banner URL> <Redirection URL>
</head>
<body>
</body>
</html>
<html>
<head>
<Banner URL> <Redirection URL>
</head>
<body>
</body>
</html>
Re: How to put a banner/ad?
Thats all..I can tell you what I remember in the tutorial script which was something like this...
<html>
<head>
<banner url> <redirect url>
</head>
<body>
</body>
</html>
<html>
<head>
<banner url> <redirect url>
</head>
<body>
</body>
</html>
Re: How to put a banner/ad?
So, do you mean something like this?
- Code:
<a href="http://www.forumotion.com"><img src="http://help.forumotion.com/users/2912/19/22/63/avatars/gallery/forumo11.png"></a>
Re: How to put a banner/ad?
Hello!
To put a banned ad you can use this code.
To put a banned ad you can use this code.
- Code:
<a target="_blank" href="AD URL HERE</a>
<img src="BANNED IMAGE URL HERE" />
</a>

ankillien- Support Moderator

- Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: How to put a banner/ad?
Here's a banner rotation script if you want it...
- Code:
<div align="center"><script language="Javascript">
<!--
// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com
var currentdate = 0;
var core = 0;
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];
}
}
link = new initArray(
"SITE LINK 1",
"SITE LINK 2",
"SITE LINK 3"
);
image = new initArray(
"IMAGE LINK 1",
"IMAGE LINK 2",
"IMAGE LINK 3"
);
text = new initArray(
"TITLE 1",
"TITLE 2",
"TITLE 3"
);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];
document.write('<a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
//-->
</SCRIPT>
</div>
Re: How to put a banner/ad?
Alright, thanks guys...I haven't really got what I need though, haha
Its OKAY!
Its OKAY!
Re: How to put a banner/ad?
taroo2a wrote:all i need is the html...i remember something like this
<html>
<head>
<Banner URL> <Redirection URL>
</head>
<body>
</body>
</html>
Banner/Image link code actually looks like this
- Code:
<a href="Redirect Url" taget="_blank"><img src="Image Url"></a>
Do you need something like this?
- Code:
<html>
<head><title> Your Page </title></head>
<body bgcolor="lightblue">
<center><a href="http://help.forumotion.com/forum.htm" target="_blank"><img src="http://illiweb.com/fa/fdf_en3/logo.jpg" height="100" width="500"border="0"></a></center>
<br><br>
<center> [ Other Content Here ] </center>
</body>
</html>
Permissions of this forum:
You cannot reply to topics in this forum
Home




by taroo2a on October 31st 2009, 11:55 am










» Fiery Hazard Ranks
» Announcement bar not showing
» Special Ranks
» How do i remove the...
» Forum categories -noob qeustion
» How to add a Banner?
» MyTube Review
» how do I get pages instead of a stretching page?