How can i Add a underline under a groups name 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
T3CHNOCIDE
+Fusion-
6 posters

    How can i Add a underline under a groups name

    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved How can i Add a underline under a groups name

    Post by +Fusion- April 10th 2012, 4:59 am

    Is there anyway to make a usergroup with a underlined name? like when u put them in the group, their name will be underlined.
    Like if i put them in a group called "beast" i want everyone who i put in that group to have a underlined name, EXAMPLE: ReBoRN
    -thanks for the support Mr. Green


    Last edited by ReBoRNz on April 11th 2012, 5:58 am; edited 1 time in total
    T3CHNOCIDE
    T3CHNOCIDE
    New Member


    Male Posts : 11
    Reputation : 1
    Language : English, HTML, CSS, [Learning] Swedish.
    Location : United Kingdom

    Solved Re: How can i Add a underline under a groups name

    Post by T3CHNOCIDE April 10th 2012, 5:12 am

    I believe it is possible if you have allowed HTML on your forum, and then using the HTML <u></u> tags.

    Example: <u>Beast</u>

    How can i Add a underline under a groups name 2vigt8h


    Last edited by T3CHNOCIDE on April 10th 2012, 5:13 am; edited 1 time in total (Reason for editing : Forgot [IMG][/IMG] tags.)
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How can i Add a underline under a groups name

    Post by SLGray April 10th 2012, 5:37 am

    ReBoRNz wrote:Is there anyway to make a usergroup with a underlined name? like when u put them in the group, their name will be underlined.
    Like this:
    » Admin » Lead Moderator » Super Moderator » Moderator » Author » Coder » Graphic Artist » Beast » Diehard » Member
    -thanks for the support Mr. Green
    -P.S I think u need glasses xD, thats what i said, when i read the blurry cyan text at the top

    Please don't use bold or color. Please keep to the default text. This is reserved for the staff for moderation.



    How can i Add a underline under a groups name Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3228
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: How can i Add a underline under a groups name

    Post by Niko April 10th 2012, 6:10 pm

    Hello,

    if you are using PhpBB3 this CSS code should work (:
    Code:
    em .gensmall {
    text-decoration: underline;
    }

    Friendly,
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: How can i Add a underline under a groups name

    Post by +Fusion- April 11th 2012, 5:59 am

    Bumppity bump bump, bump
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3228
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: How can i Add a underline under a groups name

    Post by Niko April 11th 2012, 8:59 pm

    ReBoRNz wrote:Bumppity bump bump, bump

    have you tried? Mad
    Niko! wrote:Hello,

    if you are using PhpBB3 this CSS code should work (:
    Code:
    em .gensmall {
    text-decoration: underline;
    }

    Friendly,
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: How can i Add a underline under a groups name

    Post by +Fusion- April 12th 2012, 1:00 am

    does it say i have PHPBB3? no it doesnt, i have PHPBB2 , look for people's forum version before u post a CSS code Smile
    Nera.
    Nera.
    Energetic


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

    Solved Re: How can i Add a underline under a groups name

    Post by Nera. April 12th 2012, 10:56 am

    Please don't be rude to someone trying to help you. It's polite to answer to any help proposal, no matter is it bad or good.

    You can make a group with underlined name like this:

    Code:
    a[href="/g387-forumotion-administrators"] {
        text-decoration: underline !important;
    }

    You have to click on your groups name and take it's adress from the browser. For example on FM for admins will be https://help.forumotion.com/g387-forumotion-administrators , so you'll take only the last part and put it in your code /g387-forumotion-administrators.

    That wont make the names underlined. You'd have to do it sepretly like this, taking usernames ID's and adding ti one by one to CSS. You'll get the ID from the browser too. Leeloo's on FM would be https://help.forumotion.com/u6001 so the code would look like this:

    Code:
    a[href="http://help.forumotion.com/u6001"] {
    text-decoration: underline !important;
    }

    Example of it working on PhpBB2:

    http://i.imm.io/lS8X.png

    That's the only way for now (no automatic way for the names) unless someone has a JS code to share for it.

    The Shuffler
    The Shuffler
    Forumember


    Posts : 49
    Reputation : 1
    Language : English

    Solved Re: How can i Add a underline under a groups name

    Post by The Shuffler April 12th 2012, 6:51 pm

    reborn i did it already look at my forum
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: How can i Add a underline under a groups name

    Post by +Fusion- April 13th 2012, 2:03 am

    thanks Smile