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 Empty Text under banner Tue Jan 19, 2010 2:42 pm

Joel

Joel
Registered Member
Registered Member
how do i put the "request for banner jumble" text under the banner instead of beside it?

refer to http://advertisehotspot.forumotion.net/index.htm and you'll see a banner right?with 2 text beside it?How do i make them BELOW the banner?

http://www.advertisehotspot.info/

2Text under banner Empty Re: Text under banner Tue Jan 19, 2010 6:23 pm

Sanket

Sanket
Administrator
Administrator
Provide the actual code here.

http://www.webartzforum.com

3Text under banner Empty Re: Text under banner Wed Jan 20, 2010 2:46 pm

Joel

Joel
Registered Member
Registered Member
Code:
<a style="font-style: italic; font-family: Century Gothic;" href="http://advertisehotspot.forumotion.net/banner-jumble-f9/" target="_blank">Request For Banner Jumble!</a>



 
<script type="text/javascript">
var imgs4 = new Array("http://i50.tinypic.com/35d7tk5.png","http://i47.tinypic.com/2uysp43.png");
var lnks4 = new Array("http://tutorials.forumotion.co.uk","http://webartz.forumotion.com/webartz-news-f1/promote-win-t149.htm");
var alt4 = new Array("FT","WebArtz");
var currentAd4 = 0;
var imgCt4 = 2;
function cycle4() {
  if (currentAd4 == imgCt4) {
    currentAd4 = 0;
  }
var banner4 = document.getElementById('adBanner4');
var link4 = document.getElementById('adLink4');
  banner4.src=imgs4[currentAd4]
  banner4.alt=alt4[currentAd4]
  document.getElementById('adLink4').href=lnks4[currentAd4]
  currentAd4++;
}
  window.setInterval("cycle4()",5000);
</script>
<a href="" http:="" tutorials.forumotion.co.uk="" id="adLink4" target="_blank">
<img src="http://i50.tinypic.com/35d7tk5.png" id="adBanner4" width="452" border="0" height="181"></a>


http://www.advertisehotspot.info/

4Text under banner Empty Re: Text under banner Wed Jan 20, 2010 7:05 pm

ankillien

ankillien
Administrator
Administrator
Try using this code...

Code:
<script type="text/javascript">
var imgs4 = new Array("http://i50.tinypic.com/35d7tk5.png","http://i47.tinypic.com/2uysp43.png");
var lnks4 = new Array("http://tutorials.forumotion.co.uk","http://webartz.forumotion.com/webartz-news-f1/promote-win-t149.htm");
var alt4 = new Array("FT","WebArtz");
var currentAd4 = 0;
var imgCt4 = 2;
function cycle4() {
  if (currentAd4 == imgCt4) {
    currentAd4 = 0;
  }
var banner4 = document.getElementById('adBanner4');
var link4 = document.getElementById('adLink4');
  banner4.src=imgs4[currentAd4]
  banner4.alt=alt4[currentAd4]
  document.getElementById('adLink4').href=lnks4[currentAd4]
  currentAd4++;
}
  window.setInterval("cycle4()",5000);
</script>
<a href="" http:="" tutorials.forumotion.co.uk="" id="adLink4" target="_blank">
<img src="http://i50.tinypic.com/35d7tk5.png" id="adBanner4" width="452" border="0" height="181"></a>

<br><br>

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

5Text under banner Empty Re: Text under banner Wed Jan 20, 2010 8:06 pm

Joel

Joel
Registered Member
Registered Member
much better.thanks Ankillien:)

http://www.advertisehotspot.info/

6Text under banner Empty Re: Text under banner Wed Jan 20, 2010 9:52 pm

ankillien

ankillien
Administrator
Administrator
Glad to help you mate Smile

Locked

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