Banner

6 posts Page 1 of 1
Contributors
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Banner
Kieken72
Hello, i am having certain problems, i was trying to search for a banner that is like codenstufs one that scrolls, but i searched the internet off but no results can anyone help me?
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Banner
Cheatmasterbw
In HTML, this uses the marquee tag

Try this:
Code: Select all
<html>

<marquee>

<img src="http://www.codenstuff.com/forum/homeimages/s1.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s2.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s3.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s4.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s5.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s6.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s7.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s8.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s9.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s11.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s12.png"></img>
<img src="http://www.codenstuff.com/forum/homeimages/s14.png"></img>

</marquee>

</html>
http://www.megaapps.tk/
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: Banner
Kieken72
Thx !! Rep + ;)
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: Banner
Cheatmasterbw
no problem!
http://www.megaapps.tk/
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Banner
Usman55
The codenstuff banner has a glitch or a bug. There seem to be similar pictures in one marquee.
Image
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 444
Joined: Tue Feb 16, 2010 6:24 am

Re: Banner
Livengood
heres a great place for this :)
http://www.quackit.com/html/codes/scrolling_images.cfm
check this out and this will help you :D
Image
6 posts Page 1 of 1
Return to “Tutorials”