Code for avatar border 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.
3 posters

    Code for avatar border in CSS?

    PlatinumWata
    PlatinumWata
    Forumember


    Male Posts : 447
    Reputation : 0
    Language : English
    Location : United States (born from England)

    Solved Code for avatar border in CSS?

    Post by PlatinumWata June 16th 2011, 11:40 pm

    I have a PunBB, and want to move the avatar border that was coded using the CSS.

    What is the tag I look for to find where the border of the avatar is located, so I can delete it?

    Thanks.


    Last edited by PlatinumWata on June 17th 2011, 1:27 am; edited 1 time in total
    Nera.
    Nera.
    Energetic


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

    Solved Re: Code for avatar border in CSS?

    Post by Nera. June 16th 2011, 11:54 pm

    Hi,

    Are you talking of avatars in topic?
    Code:
    .user-basic-info a img {
        background: none repeat scroll 0 0 white;
        border: 2px dotted #D6D2C7;
        padding: 4px;
    }
    PlatinumWata
    PlatinumWata
    Forumember


    Male Posts : 447
    Reputation : 0
    Language : English
    Location : United States (born from England)

    Solved Re: Code for avatar border in CSS?

    Post by PlatinumWata June 17th 2011, 1:27 am

    Worked!

    Thanks!
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Code for avatar border in CSS?

    Post by Sanket June 17th 2011, 7:37 am

    Since this thread is marked solved, I will lock this thread.
    Code for avatar border in CSS? 2j4t5a8

    Sanket Smile