Affiliate bar!

Garfiun

Paragon
Joined
Dec 16, 2007
Messages
1,406
Reaction score
0
FP$
310
Hi could anyone tell me where i can find a script so that i can add an affiliates scroll bar to my website.
 
Easy, you can use this script below, with some alters if you wish to have it function a certain way;

Moving Scroll
Code:
<marquee>
TEXT/STUFF (in this case images so...)
<img src="LOCATION" alt="TITLE" />
<img src="LOCATION2" alt="TITLE2" />
...
</marquee>
 
@ 2008paul

You can, it all depends upon how your forum is setup. If you are wanting to do this via a post - HTML must be enabled. If you wish to do this on like the Board homepage or something you will have to edit code.
 
Here is the code for a little better one. It looks just a tad bit more professional.


Code:
	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>
<marquee><img src="LOCATION" alt="TITLE" /><img src="LOCATION2" alt="TITLE2" />
</marquee>
<div class="inner"><span class="corners-top"><span></span></span>
</div>
</div>
</div>
 
If you want one like FP's then you will need to have CSS edits. 😉
 
Back
Top Bottom