|
Post by Simpsons Rule on Feb 18, 2004 18:50:52 GMT -5
This goes in your Headers. Edit the red:
<script> <!-- var url="URL OF SITE"
var logo=document.images[0] var logotd=logo.parentNode var makelink=document.createElement("a") makelink.href=url logo.border="0" makelink.appendChild(logo) logotd.appendChild(makelink) //--> </script>#nosmileys
|
|
|
Post by zayanm on Mar 20, 2004 23:20:02 GMT -5
Okay, I tried doing this but I don't know where the script goes? Inside the image tag?
|
|
|
Post by JZSquared on Mar 21, 2004 13:18:10 GMT -5
No, you need to put it in your "headers" just as Simpsons Rule instructed...
|
|
WWEAE
New Member
Posts: 5
|
Post by WWEAE on Apr 19, 2004 13:46:39 GMT -5
Can you use an image map for this code for two links? Look at this image and let me know!
|
|
|
Post by JZSquared on Apr 19, 2004 21:02:14 GMT -5
Well, the code that Simpsons Rule has listed will only link to one site with one pic... But I'm sure that he might be able to mod the code to work the way you want it if you ask him...
|
|
|
Post by tartandiva on May 21, 2004 3:24:44 GMT -5
can I add a target="_blank" to the script so that the link opens in a new window?. If I can...where do I add it to?. I tried adding it at the end of the URL but it just stops the link from working. (sorry I'm a noob at scripts lol)
|
|