line break in css? 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.
2 posters

    line break in css?

    Leaf
    Leaf
    Forumember


    Male Posts : 381
    Reputation : 0
    Language : English
    Location : Jersey shore

    line break in css? Empty line break in css?

    Post by Leaf August 21st 2010, 1:52 am

    What is the code for adding a line break in css?
    KingOfSports
    KingOfSports
    Hyperactive


    Male Posts : 2487
    Reputation : 38
    Language :
    Location :

    line break in css? Empty Re: line break in css?

    Post by KingOfSports August 21st 2010, 2:18 am

    Example:

    Code:
    #span4 {
      display: block;
    }
    Leaf
    Leaf
    Forumember


    Male Posts : 381
    Reputation : 0
    Language : English
    Location : Jersey shore

    line break in css? Empty Re: line break in css?

    Post by Leaf August 21st 2010, 4:03 am

    so this is how I put the code?
    #page-footer:after{
    content: "ClubPenguinHut.com © 2010. All Rights reserved
    #span4 {
    display: block;

    } Portions © Club Penguin™ Disney Online Studios Canada Inc. © 2010. All rights reserved.";
    font-size: 13px;
    font-Comic Sans Ms: small-caps;
    font-family :;
    position: relative;
    rig
    avatar
    Guest
    Guest


    line break in css? Empty Re: line break in css?

    Post by Guest August 21st 2010, 6:35 am

    Leaf wrote:so this is how I put the code?
    #page-footer:after{
    content: "ClubPenguinHut.com ©️ 2010. All Rights reserved
    #span4 {
    display: block;

    } Portions ©️ Club Penguin™️ Disney Online Studios Canada Inc. ©️ 2010. All rights reserved.";
    font-size: 13px;
    font-Comic Sans Ms: small-caps;
    font-family :;
    position: relative;
    rig

    ????? You want to add a copyright for your forum ? So , try this CSS code :
    Code:
    #page-footer:after{
    content: " Portions ©️ Club Penguin™️ Disney Online Studios Canada Inc. ©️ 2010. All rights reserved.";
    font-family: georgia;
    font-size: 13px;
    color: #000000;
    }

    #page-footer{text-align: center !important;
    float: center !important;}

    Good luck bye