HELP WITH AFFILIATE BAR CODE!!! « Thread Started on Jan 23, 2007, 10:35pm »
This is what I tried for the code I did most recently. Can someone tell me what I did wrong? As it is it just doesn't show up. (I put it in the main footer, right?)
<script type="text/JavaScript"> // Advanced Affiliates Viewer v1 by Chris // Do not redistribute without permission function Affiliate(a,b,c){ c = (c?c:"Affiliate Site"); affil.push([a,b,c]); } var affil = [];
// Random display options var show = 5; // The number of affiliates to show if random is on. var rand = "No"; // Put "Yes" to display random affiliates. Put "No" to not. If "No" then it'll display all affiliates. var showAll = "No"; // Put "Yes" for a link to display all affiliates. Putting "No" will not show this link.
// Movement settings var mov = "Yes"; // Put "Yes" if you would like the affiliates to move. This'll also add buttons on the left and right side to change the speed/direction. var staDir = "left"; // This is the direction the affiliates will move. Only "left" or "right" will work. var spe = 5; // The moving speed of the affiliates at the start.
// Display properties var headImg = ""; // Enter the URL of the head image. Leave blank if there isn't one. var footImg = ""; // Enter the URL of the base image. Leave blank if there isn't one. var cellClass = "catbg"; // Enter the class of the bar which contains the "Affiliate" text. var title = "Affiliates"; // The text to be displayed in the title bar of the affiliates script. var tabWidth = "92%"; // Width of the affiliates table. var highlightColor = "#BBBBBB"; // The color of the cell highlight.
// Add affiliates. Repeat the line for each additional affiliate. // Affiliate("<a href="http://www.daydreamrpgroup.proboards104.com/"><img src="http://img444.imageshack.us/img444/9720/dayey5.png"> border="0"></a>","www.daydreamrpgroup.proboards104.com","Daydream(Optional)"); Affiliate("<a href="http://www.divinion.proboards83.com/index.cgi"> <img src="http://i24.photobucket.com/albums/c34/GraceClaudia/2-1.jpg" >","http://www.divinion.proboards83.com","Forwards and Backwards (Optional)");
// DO NOT EDIT BELOW HERE document.write("<script src='http://www.iycatacombs.com/codes/affiliatev1.js' type='text/Javascript'><"+"/scr"+"ipt>"); </script>
I'm perfectly normal. I'm also the seeker on a national quiddage team and an artist who's works go for billions of dollars each. Oh yeah, I'm also a liar.
I'm perfectly normal. I'm also the seeker on a national quiddage team and an artist who's works go for billions of dollars each. Oh yeah, I'm also a liar.
I'm perfectly normal. I'm also the seeker on a national quiddage team and an artist who's works go for billions of dollars each. Oh yeah, I'm also a liar.