WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Add a link to this text Empty Add a link to this text Mon Nov 01, 2010 6:02 am

Matti

Matti
Registered Member
Registered Member
Can any one put this like https://www.forumotion.com/ where it says Forumotion Thanks,

Code:
<script>function footer () {a = document.getElementById("page-footer").innerHTML;document.getElementById("page-footer").innerHTML = a + '<center><b>Powered by <font color="#3399FF">Foru</font><font color="#33CC33">motion</font>  Copyright © 2009 - 2010  |  Makis Test Forum</b></center> ';}</script><body onload="footer()">

http://csshelp.forumotion.net/

2Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 6:08 am

Emilio

Emilio
Registered Member
Registered Member
try this
Code:
<script>function footer () {a = document.getElementById("page-footer").innerHTML;document.getElementById("page-footer").innerHTML = a + '<center><a href ="www.forumotion.com><b>Powered by <font color="#3399FF">Foru</font><font color="#33CC33">motion</font></a>  Copyright © 2009 - 2010  |  Makis Test Forum</b></center> ';}</script><body onload="footer()">

http://www.graphilicious.forumotion.Com

3Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 6:11 am

Matti

Matti
Registered Member
Registered Member
Doesn't look good and this ''Powered by'' missing...

http://csshelp.forumotion.net/

4Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 10:44 am

ankillien

ankillien
Administrator
Administrator
Hi,

Sorry I don't get what exactly you want. You want to remove "Forumotion" and put "http://forumotion.com" in place of that, right?

5Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 6:55 pm

Matti

Matti
Registered Member
Registered Member
No, anki not like that see here => http://thetestzone.forumotion.com/ at the bottom says ''Powered by Forumotion Copyright © 2009 - 2010 | Makis Test Forum'' on the code i want to put the link where it says Forumotion so when you click this Forumotion send you to the FM page.

http://csshelp.forumotion.net/

6Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 7:12 pm

ankillien

ankillien
Administrator
Administrator
Ok, now I get it.
This script will work...

Code:
    <script>function footer () {a = document.getElementById("page-footer").innerHTML;document.getElementById("page-footer").innerHTML = a + '<center><a href="http://forumotion.com/"><b>Powered by <font color="#3399FF">Foru</font><font color="#33CC33">motion</font></a>  Copyright © 2009 - 2010  |  Makis Test Forum</b></center> ';}</script><body onload="footer()">

Btw, may I know where did you find this script.

7Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 7:27 pm

Matti

Matti
Registered Member
Registered Member
Gangstar15, give that to me.

Also can you make the link can be clicked on ''Forumotion'' only and not on Powered by if that is possible.

http://csshelp.forumotion.net/

8Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 9:42 pm

ankillien

ankillien
Administrator
Administrator
Ok. Here...

Code:
<script>function footer () {a = document.getElementById("page-footer").innerHTML;document.getElementById("page-footer").innerHTML = a + '<center><b>Powered by <a href="http://forumotion.com/"><font color="#3399FF">Foru</font><font color="#33CC33">motion</font></a>  Copyright © 2009 - 2010  |  Makis Test Forum</b></center> ';}</script><body onload="footer()">

9Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 9:46 pm

Matti

Matti
Registered Member
Registered Member
Yeah this is much better thx anki Very Happy

http://csshelp.forumotion.net/

10Add a link to this text Empty Re: Add a link to this text Mon Nov 01, 2010 9:47 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum