How to put a banner/ad?

Post new topic   Reply to topic

View previous topic View next topic Go down

How to put a banner/ad?

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

I have seen one tutorial on it, but it got lost and I searched everywhere for it but didn't find it Sad
I need to know how to put a banner/ad (the script too)
Thanks btw!

taroo2a
Forumotion Member

Male
Posts: 138
Age: 16
Language: English, Arabic, J'apprends le Francais
Location: Qatar | Vortex-Gaming.site-forums.com
Country:
Join date: 2009-09-22

Http://Vortex-Gaming.site-forums.com

Back to top Go down

Re: How to put a banner/ad?

Post by Master Marc on October 31st 2009, 12:07 pm

taroo2a wrote:I have seen one tutorial on it, but it got lost and I searched everywhere for it but didn't find it Sad
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, Wink

Master Marc
Forumotion Member

Male
Posts: 2889
Age: 15
Language: English / HTML / XHTML /CSS / JavaScript / [ Trying to master php ]
Location: Forumotion's english and french support forums, ;)
Country:
Join date: 2008-12-18

http://www.iwebbuddy.com/

Back to top Go down

Re: How to put a banner/ad?

Post by taroo2a on November 1st 2009, 8:39 am

all i need is the html...i remember something like this
<html>
<head>
<Banner URL> <Redirection URL>
</head>
<body>
</body>
</html>

taroo2a
Forumotion Member

Male
Posts: 138
Age: 16
Language: English, Arabic, J'apprends le Francais
Location: Qatar | Vortex-Gaming.site-forums.com
Country:
Join date: 2009-09-22

Http://Vortex-Gaming.site-forums.com

Back to top Go down

Re: How to put a banner/ad?

Post by taroo2a on November 1st 2009, 8:41 am

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>

taroo2a
Forumotion Member

Male
Posts: 138
Age: 16
Language: English, Arabic, J'apprends le Francais
Location: Qatar | Vortex-Gaming.site-forums.com
Country:
Join date: 2009-09-22

Http://Vortex-Gaming.site-forums.com

Back to top Go down

Re: How to put a banner/ad?

Post by Master Marc on November 1st 2009, 9:20 am

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>

Master Marc
Forumotion Member

Male
Posts: 2889
Age: 15
Language: English / HTML / XHTML /CSS / JavaScript / [ Trying to master php ]
Location: Forumotion's english and french support forums, ;)
Country:
Join date: 2008-12-18

http://www.iwebbuddy.com/

Back to top Go down

Re: How to put a banner/ad?

Post by taroo2a on November 2nd 2009, 5:32 am

I think so. Just give me the script to make an advertisement

taroo2a
Forumotion Member

Male
Posts: 138
Age: 16
Language: English, Arabic, J'apprends le Francais
Location: Qatar | Vortex-Gaming.site-forums.com
Country:
Join date: 2009-09-22

Http://Vortex-Gaming.site-forums.com

Back to top Go down

Re: How to put a banner/ad?

Post by ankillien on November 2nd 2009, 9:44 am

Hello!

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
Support Moderator

Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Re: How to put a banner/ad?

Post by Rok on November 2nd 2009, 10:13 pm

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>

_________________



Forum Reviews:
  1. Tips for your forum
  2. Helpful information
  3. Point-outs on forum mistakes
  4. Personal comments / opinions / perspectives

Rok
Forum Reviewer
Forum Reviewer

Male
Posts: 5431
Age: 15
Language: English, HTML, a little CSS, Guitar Chords
Location: Support forum
Country:
Join date: 2008-09-14

http://forumansion.com

Back to top Go down

Re: How to put a banner/ad?

Post by taroo2a on November 5th 2009, 9:35 am

Alright, thanks guys...I haven't really got what I need though, haha
Its OKAY!

taroo2a
Forumotion Member

Male
Posts: 138
Age: 16
Language: English, Arabic, J'apprends le Francais
Location: Qatar | Vortex-Gaming.site-forums.com
Country:
Join date: 2009-09-22

Http://Vortex-Gaming.site-forums.com

Back to top Go down

Re: How to put a banner/ad?

Post by RoNo on November 5th 2009, 5:03 pm

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>

RoNo
Support Moderator
Support Moderator

Male
Posts: 614
Language: English
Location: Laguna Beach, California
Country:
Join date: 2009-01-29

http://bf2mercenaries.forumotion.com/

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum