image link

Associate
Joined
18 Oct 2006
Posts
49
hi
i am trying to create an image link type thing, basically i want to be able to click on the image and be directed to a site, here is the image and the link, all help much appreciated.

mickyboyquizmaster.jpg




http://my.funtrivia.com/tournament/B...ENT-67613.html
 
This is what i have edited into navbar template:
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//--></SCRIPT>
<div class="smallfont"><center><a href="http://my.funtrivia.com/tournament/BLUEBOARDZ-QUIZ-TOURNAMENT-67613.html"><img src="http://img217.imageshack.us/img217/7113/quiz1mb7.jpg"></a> /></a></center></div>
</td>

i now have the image in the navbar which is great but i have /> underneath the image, could you please tell me which part of this script is wrong so that just the image appears without /> underneath, here is the image i'm talking about:
http://www.blue-boardz.com/index.php

thanks.
 
Back
Top Bottom