link jumble

Dj-Whitey

Resident
Joined
Jan 23, 2009
Messages
704
Reaction score
0
FP$
6
I have this code.
Code:
<div class="forabg">
   <div class="inner">
      <span class="corners-top"><span></span></span>
      <ul class="topiclist">
         <li class="header">
            <dl>
               <dt>Advertising Cloud</dt>
            </dl>
         </li>
      </ul>
      <ul class="topiclist forums">
         <li>
            <dl>
               <dd style="width: 99%; border: 0; font-size: 1.2em; padding: 3px; margin: 0 auto;">
<center>
<script>
var cloud = new Array();

<!-- Start Tag Cloud  --> 


cloud[0]=["http://advertise-forums.net/posting.php?mode=post&f=29","Get Your Link In Our Tag Cloud By Clicking Here!"];

<!-- Finish Tag Cloud--> 

for( i=0; i<cloud.length; i++){size = 8+(Math.random()*10);if( size < 10 ){color = 'blue'}else if( size > 10 && size < 12 ){color = 'purple'}else if( size > 13 && size < 13 ){ color = 'red'}else if( size > 13 && size < 14 ){ color = 'blue'}else{color = 'purple';}document.write("<span style='font-size:"+size+"px;margin: 15px;'>");document.write("<a href='"+cloud[i][0]+"' style='color:"+color+";text-decoration: none;' target='_blank'>"+cloud[i][1]+"</a>");document.write("</span> ");}
</script>
</center>

               </dd>
            </dl>
         </li>
      </ul>
      <span class="corners-bottom"><span></span></span>
   </div>
</div>

Is there any way to improve it make it different but still work the same??

BTW it's a link jumble
 
What do you want to be different about it? They way it works of the way it looks?
 
Well actually no. I just need it changed completely.
As it is somelse work but change to fit prosilver...
So I need it change completely encase he wants to go me for it
 
Well I think you should just use it but put in who actually wrote it -😉-

It is easier for you and him
 
Back
Top Bottom