Adding copyright to footer Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Adding copyright to footer

    avatar
    ProjectRoadster.info
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Adding copyright to footer Empty Adding copyright to footer

    Post by ProjectRoadster.info May 6th 2009, 8:01 pm

    www.projectroadster.info

    How can i add copyright to the footer of my page?

    Thanks :wouhou:
    Nickalbokid96
    Nickalbokid96
    New Member


    Posts : 2
    Reputation : 0
    Language : Albanian

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by Nickalbokid96 May 6th 2009, 8:35 pm

    Find a free copyright company I'm guessing and try to include it into your CSS style-sheet?
    avatar
    ProjectRoadster.info
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by ProjectRoadster.info May 6th 2009, 9:25 pm

    here's the thing , I've got the copyrights just no idea how to go about editing the stylesheet! I've searched high and low and when j attempt to edit the fo
    oter via admin panel nothing happens lolo
    Nickalbokid96
    Nickalbokid96
    New Member


    Posts : 2
    Reputation : 0
    Language : Albanian

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by Nickalbokid96 May 6th 2009, 10:03 pm

    Ok, go to your:
    Admin Panel > Display Tab > Pictures and Colors > Colors > CSS StyleSheet.
    I'm not sure how long your copy right is but if it's something like ProjectRoadster.info All rights reserved and bla bla then you should be able to edit it their.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by ankillien May 7th 2009, 4:27 pm

    Sorry, it is not possible to edit the footer with CSS nor you can add anything to it.
    But you can do it with Template Editing. Thats only available for phpBB2 version.
    avatar
    ProjectRoadster.info
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by ProjectRoadster.info May 9th 2009, 4:01 pm

    It's a PHPbb2 and I need to add a google adsense ad to it

    this is the code :

    Code:
    <script type="text/javascript"><!--
    google_ad_client = "pub-0259118833491509";
    /* 468x15, created 09/05/09 */
    google_ad_slot = "6722595725";
    google_ad_width = 468;
    google_ad_height = 15;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    how would I go about adding this into the footer and make it actually work?
    avatar
    pureintentions2
    Forumember


    Male Posts : 41
    Reputation : 0
    Language : english

    Adding copyright to footer Empty Re: Adding copyright to footer

    Post by pureintentions2 May 18th 2009, 11:19 pm

    Adding copyright to PHPbb3 is not an easy task, but i went to the css page and edited and added some lines i found in basic css. What i am not sure of is if this is legal or not, can anyone please let me know if adding this code to css is legal and i will also add a link to the forums please let me know if the copyright at the bottom of the page is within regulations.

    http://www.spiritsjourneyforums.com/forum.htm

    Code:
    .copyright {
            background-image: url('http://i437.photobucket.com/albums/qq91/name/bluewolfhowl-2-1-2-3-1.jpg') ;
            background-repeat: no-repeat;
            background-position: center 0;
       padding-bottom: 50px;
            position:relative;
       }