adoadmin
inherit
-5180368
0
Nov 28, 2024 2:26:42 GMT -8
adoadmin
0
January 1970
GUEST
|
Post by adoadmin on Feb 20, 2013 8:50:34 GMT -8
Hello, I am new to coding, so please bear with me. This is the location of our Forum: adoadmin.proboards.com/What I want to do is to link our existing Logo image to our Homestead website (http://www.avalondruidorder.org). After pouring through these boards, I found a small script, popped it into the Global Header, and it worked a treat!--until I logged out and came back. When I logged back in, the logo was linked to the Forum home page again. I checked the Global Header and the code is still there. I am thinking there must be a setting somewhere that conflicts with this code functioning properly. The problem is consistent in FF and IE, and on all boards for both myself and at least one of our moderators. Any help would be greatly appreciated! Thanks in advance for any advice you can give me!
|
|
PS: Code Used
inherit
-5180372
0
Nov 28, 2024 2:26:42 GMT -8
PS: Code Used
0
January 1970
GUEST
|
Post by PS: Code Used on Feb 20, 2013 8:53:04 GMT -8
This is the code I am using:
<script> document.getElementsByTagName('img')[0].onclick = function(){location='http://www.avalondruidorder.org';} </script>
|
|
inherit
104708
0
May 8, 2020 19:08:36 GMT -8
ShinyBlue44
53
May 2007
liz81
|
Post by ShinyBlue44 on Aug 10, 2013 14:49:39 GMT -8
This is the code I am using: <script> document.getElementsByTagName('img')[0].onclick = function(){location='http://www.avalondruidorder.org';} </script> Tried this code and it's not clickable or doing anything. Do I need to do anything to that code other than put the url of my website? This goes in the Global headers, right?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 20, 2013 14:26:49 GMT -8
Use this code in the Global Header if your banner isn't already clickable.
If you want it to direct somewhere other than the home page of the forum, replace the red forward slash with the URL you want it to direct to.
|
|