Affiliates

The Black Devil

Familiar Face
Joined
Nov 12, 2007
Messages
62
Reaction score
0
FP$
6
I'm having a difficult time putting affiliates on the bottom of my page. I can get them there, but they stack up on each other, instead of going side to side. Can anyone help me out?
 
You seem to have a scrolling affiliate bar, so it should go side to side anyway.
 
Try this...

Find this bit of code in your affiliate table
Code:
<!--Affilates URL-->
<a href="http://top100.top-site-list.com/vote79.html">
<IMG SRC="http://top100.top-site-list.com/images/voteimage/top100-1.gif" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Top Sites Lists</a></font>


<!--End of Affiliates URL-->
And replace with
Code:
<!--Affilates URL-->
<a href="http://top100.top-site-list.com/vote79.html">
<IMG SRC="http://top100.top-site-list.com/images/voteimage/top100-1.gif" border=0></a>
<font size=1><a href="http://www.top-site-list.com/">Top Sites Lists</a></font>


<!--End of Affiliates URL-->
This should work
 
Back
Top Bottom