inherit
53921
0
Aug 8, 2005 2:05:51 GMT -8
bstring
5
August 2005
bstring
|
Post by bstring on Aug 7, 2005 16:41:28 GMT -8
Sorry, this is what I meant in my previous question:
I want to put a banner at the top of the fourum not the board. How do I do this?
+ How do I make the banner link back to my site?
Thanks again
|
|
inherit
51656
0
Jun 23, 2012 19:40:31 GMT -8
Lord Roy
205
July 2005
roy2189
|
Post by Lord Roy on Aug 7, 2005 20:50:47 GMT -8
I'm not sure what you mean for the first part. As for the banner link, I can't seem to find it. The closest thing I could find was this. It will add a button to your other site to the menu (Home, search, members...)
|
|
inherit
53921
0
Aug 8, 2005 2:05:51 GMT -8
bstring
5
August 2005
bstring
|
Post by bstring on Aug 7, 2005 22:41:42 GMT -8
I think this is the answer to my question...
But the codeing part isn't working...
Here is how I entered the code, does anybody know what mistake I have made?
<script type='text/javascript'>
var ImgUrl='http://www.freelicks.net/Banners/FREELICKS_400x55.jpg'; var UrlDir='http://www.freelicks.net/';
var gCell=document.body.getElementsByTagName('td').item(5); var Img=document.createElement('img'); var Href=document.createElement('a'); Href.setAttribute('href',UrlDir); Img.setAttribute('src',ImgUrl); Img.setAttribute('border','0') Href.appendChild(Img); gCell.appendChild(Href); </script>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 8, 2005 1:06:19 GMT -8
Please don't create more then 1 thread asking the same thing. Also, use code requests or code support please
|
|