code for limiting Signature size 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

    code for limiting Signature size

    Grungie
    Grungie
    New Member


    Male Posts : 21
    Reputation : 0
    Language : English

    Solved code for limiting Signature size

    Post by Grungie October 11th 2011, 4:26 pm

    So I hear there's a code so I can limit the size of user(s) signature pictures. What exactly is the code and where exactly do I put this code in?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: code for limiting Signature size

    Post by Nera. October 11th 2011, 4:34 pm

    Hi Grungie,

    AP > Display > Colors > CSS and try this

    Code:

    .signature_div img {
     max-width: 15px;
     }

    Replace the 15px with your desired sig size Very good
    Grungie
    Grungie
    New Member


    Male Posts : 21
    Reputation : 0
    Language : English

    Solved Re: code for limiting Signature size

    Post by Grungie October 11th 2011, 4:40 pm

    It worked, thank you!
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: code for limiting Signature size

    Post by Nera. October 11th 2011, 4:45 pm

    Welcome. king

    Locked