How can i Add a underline under a groups name
+2
T3CHNOCIDE
+Fusion-
6 posters
Page 1 of 1
How can i Add a underline under a groups name
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
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
Last edited by ReBoRNz on Wed 11 Apr - 5:58; edited 1 time in total
Re: How can i Add a underline under a groups name
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>
Example: <u>Beast</u>
Last edited by T3CHNOCIDE on Tue 10 Apr - 5:13; edited 1 time in total (Reason for editing : Forgot [IMG][/IMG] tags.)
T3CHNOCIDE- New Member
- Posts : 11
Reputation : 1
Language : English, HTML, CSS, [Learning] Swedish.
Location : United Kingdom
Re: How can i Add a underline under a groups name
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
-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. |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How can i Add a underline under a groups name
Hello,
if you are using PhpBB3 this CSS code should work (:
Friendly,
if you are using PhpBB3 this CSS code should work (:
- Code:
em .gensmall {
text-decoration: underline;
}
Friendly,
Re: How can i Add a underline under a groups name
ReBoRNz wrote:Bumppity bump bump, bump
have you tried?
Niko! wrote:Hello,
if you are using PhpBB3 this CSS code should work (:
- Code:
em .gensmall {
text-decoration: underline;
}
Friendly,
Re: How can i Add a underline under a groups name
does it say i have PHPBB3? no it doesnt, i have PHPBB2 , look for people's forum version before u post a CSS code
Re: How can i Add a underline under a groups name
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:
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:
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.
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.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How can i Add a underline under a groups name
reborn i did it already look at my forum
The Shuffler- Forumember
- Posts : 49
Reputation : 1
Language : English
Similar topics
» Add extra groups and make it so some groups can create posts but not threads.
» Underline on Links Fix?
» Remove Underline Links?
» Sticky Navbar Underline
» Removing link underline
» Underline on Links Fix?
» Remove Underline Links?
» Sticky Navbar Underline
» Removing link underline
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum