Revolution X
Legend
Affiliates
About Us
Board History
Terms of Service
Indexes
Code Index
Theme Index
September 08, 2024, 02:38:35 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
Forever
Login with username, password and session length
News
: Welcome to Revolution X, where Coding meets Graphics.
Home
Help
Search
Arcade
Affiliates
Staff List
Calendar
Members
Login
Register
Add Text To Copyright
Revolution X
>
Forum
>
Coding Community
>
Coding Snippets
>
Add Text To Copyright
Pages:
1
[
2
]
Go Down
« previous
next »
Print
Author
Topic: Add Text To Copyright (Read 2841 times)
Mojobojo82
MVP
Offline
Gender:
Posts: 838
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #15
on:
June 14, 2009, 02:29:18 am »
So would this code be at the bottom of every page?
Report Spam
Logged
Mojobojo82
MVP
Offline
Gender:
Posts: 838
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #16
on:
June 14, 2009, 02:29:59 am »
Grr... I can't see it on my forum
Report Spam
Logged
Agent Moose
Administrator
Offline
Gender:
Posts: 1,470
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #17
on:
June 14, 2009, 12:56:35 pm »
Try this one:
Code:
<script>
var CopyRight = "TEXT HERE";
//Created by Agent Moose (smcodes.smfforfree3.com)
$("#bodyarea").append("<br /><center><span class='smalltext'>" + CopyRight + "</span></center>");
</script>
Report Spam
Logged
Mojobojo82
MVP
Offline
Gender:
Posts: 838
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #18
on:
June 15, 2009, 07:07:16 am »
It works! yay! but theres no copyright sign... Do i have to type like (C) or something in the TEXT HERE part?
Report Spam
Logged
Agent Moose
Administrator
Offline
Gender:
Posts: 1,470
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #19
on:
June 15, 2009, 10:32:19 am »
Correct
or you can use this:
Code:
© TEXT HERE
Report Spam
Logged
Mojobojo82
MVP
Offline
Gender:
Posts: 838
Badges:
(View All)
Re: Add Text To Copyright
«
Reply #20
on:
June 16, 2009, 02:03:22 am »
Yay! It works Thanks Moose! Your the best
Report Spam
Logged
Pages:
1
[
2
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Official
-----------------------------
=> Announcements
-----------------------------
Graphics Community
-----------------------------
=> Member Themes
===> Light Themes
=====>
Light Index
===> Dark Themes
=====>
Dark Index
===> Themed
=====>
Themed Index
===>
Theme Index
=> Tutorials
===> Photoshop Tutorials
===> Gimp Tutorials
-----------------------------
Coding Community
-----------------------------
=> Coding Snippets
===> Other Forum Coding
===>
RX's Code Index
|
SMC's Code Index
=> Tutorials
Powered by
EzPortal
Loading...