WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1TEXT UNDER BANNER (again) Empty TEXT UNDER BANNER (again) Fri Jan 22, 2010 12:46 pm

Joel

Joel
Registered Member
Registered Member
how do i put the text under banner?i asked this before.But i changed my codes.
https://webartz.forumotion.com/web-design-talk-f11/text-under-banner-t243.htm

my NEW codes

Code:
<br><font size="3"><br style="font-family: Impact;"><a style="font-style: italic; font-family: Impact;" href="http://advertisehotspot.forumotion.net/banner-jumble-f9/" target="_blank">Request For Banner Jumble!</a></font>


<script language="JavaScript">
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://i50.tinypic.com/macgmc.png'


var j = 0
var p = theImages.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
if(whichImage==0){
document.write('<a href ="http://tutorials.forumotion.co.uk/"><img src="'+theImages[0]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==1){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==2){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==3){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==4){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=600 height=200></a>');
}

}

</script>



<script>showImage();</script>

http://www.advertisehotspot.info/

2TEXT UNDER BANNER (again) Empty Re: TEXT UNDER BANNER (again) Fri Jan 22, 2010 1:56 pm

Sanket

Sanket
Administrator
Administrator
Code:
<div align="center"><script language="JavaScript">
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://i50.tinypic.com/macgmc.png'


var j = 0
var p = theImages.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
if(whichImage==0){
document.write('<a href ="http://tutorials.forumotion.co.uk/"><img src="'+theImages[0]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==1){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==2){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==3){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==4){
document.write('<a href ="link.html"><img src="'+theImages[whichImage]+'" border=0 width=600 height=200></a>');
}

}

</script><script>showImage();</script>
<br><font size="3"><br style="font-family: Impact;"><a style="font-style: italic; font-family: Impact;" href="http://advertisehotspot.forumotion.net/banner-jumble-f9/" target="_blank">Request For Banner Jumble!</a></font></div>

See if thats what you wanted to do.

http://www.webartzforum.com

3TEXT UNDER BANNER (again) Empty Re: TEXT UNDER BANNER (again) Fri Jan 22, 2010 2:06 pm

Joel

Joel
Registered Member
Registered Member
yes!Thanks Sanket!

http://www.advertisehotspot.info/

4TEXT UNDER BANNER (again) Empty Re: TEXT UNDER BANNER (again) Fri Jan 22, 2010 2:43 pm

Sanket

Sanket
Administrator
Administrator
Solved & Locked

http://www.webartzforum.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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