Avatar box code 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.

    Avatar box code

    avatar
    Guest
    Guest


    Avatar box code Empty Avatar box code

    Post by Guest June 8th 2013, 11:02 am

    I was looking for a avatar box code, but I can't find it.
    I want to have a box around my avatar, something like this.
    Avatar box code 2w6ht88
    How do I do that?
    avatar
    Stubbornoid
    New Member


    Male Posts : 3
    Reputation : 1
    Language : English
    Location : Philippines

    Avatar box code Empty Re: Avatar box code

    Post by Stubbornoid June 8th 2013, 11:37 am

    Hello, Please try this code.

    Go to viewtopic_body, then replace the code Around 121 up to 128 Number lane.

    To this Code
    Spoiler:

    Then Paste this to your CSS.
    Code:
    .information {
    border-top: 1px solid #4682B4;
    border-left: 1px solid #4682B4;
    border-right: 2px solid #4682B4;
    border-bottom: 2px solid #4682B4;
    border-radius: 5px !important;
    width: 175px;
    height: 100%;
    background:  #ffffff;
    display: block;
    margin-left: 2px;
    padding-left: 2px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    overflow: hidden;
    color: #006CE0;
    }