SMF For Free Support Forum
Signup For Free Forum
December 04, 2008, 11:18:35 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Code] Add Text to Copyright  (Read 1090 times)
0 Members and 1 Guest are viewing this topic.
Agent Moose
Moderator
*****
Offline Offline

Posts: 669


Do not PM me for Code Support or Request


View Profile
« on: May 11, 2007, 10:22:41 pm »

Code:
<script>
function add_copyright_text(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var text = "ENTER TEXT HERE";
$("#footerarea").append("<center><span class='smalltext'>"+text+"</span></center>");
};
add_copyright_text();
</script>
Put in Footers

This will add text to the copyright.  Just change where is says "ENTER TEXT HERE".  Make sure you have this code for all the codes I make for now on!!!  Put this in your Headers:
Code:
<script src="/jquery"></script>
« Last Edit: April 09, 2008, 03:30:26 pm by Agent Moose » Logged



SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/cen
simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #1 on: May 11, 2007, 10:35:35 pm »

ooh i like this one
any chance you could do one that you could a line of html instead of text?

so you could do something like:

< a href="address.html" >text here< /a >
Logged

Agent Moose
Moderator
*****
Offline Offline

Posts: 669


Do not PM me for Code Support or Request


View Profile
« Reply #2 on: May 11, 2007, 10:54:41 pm »

You can add HTML, you just cant use double Quotes.  If you want to add a link, you need to do this:

<a href='blah'>test</a>

Notice that I don't use double quotes.
Logged



SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/cen


Pages: [1]
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.228 seconds with 16 queries.