How to get rid off hyper link underline?
+2
Perran
RJDA
6 posters
Page 1 of 1
How to get rid off hyper link underline?
How do I get the hyperlink underline?
http://tinypic.com/view.php?pic=j81i81&s=4
http://inatonibai.com/forum.htm
Thanks and God Bless!
http://tinypic.com/view.php?pic=j81i81&s=4
http://inatonibai.com/forum.htm
Thanks and God Bless!
RJDA- Forumember
- Posts : 111
Reputation : 0
Language : English, Chinese, & Filipino
Re: How to get rid off hyper link underline?
I mean the links it has under line on it I want to get it off. It is so annoying in my forums
RJDA- Forumember
- Posts : 111
Reputation : 0
Language : English, Chinese, & Filipino
Re: How to get rid off hyper link underline?
You can't really. But you can try this: put '' infront of your link and '' behind. Ths would make normal text underlined. Now submit your post. Then edit it and get rid of the '[u]'. If it doesn't work then I can't help you.
Re: How to get rid off hyper link underline?
I mean i don't want hyper links to be underlined. Like here if we post links, there isn't underline under the link
RJDA- Forumember
- Posts : 111
Reputation : 0
Language : English, Chinese, & Filipino
Re: How to get rid off hyper link underline?
Can you be specific because I don't have idea where it is.
Thanks~
Thanks~
RJDA- Forumember
- Posts : 111
Reputation : 0
Language : English, Chinese, & Filipino
Re: How to get rid off hyper link underline?
Anyone help me please
RJDA- Forumember
- Posts : 111
Reputation : 0
Language : English, Chinese, & Filipino
Re: How to get rid off hyper link underline?
I don't believe there is a specific way to do this. I don't even know if the links are underlined on forums.
Rok- Energetic
-
Posts : 6823
Reputation : 234
Language : idk
Re: How to get rid off hyper link underline?
Hi,
They are only underlined when a user poses their mouse over it, so that the user can see that it is a link.
~James
They are only underlined when a user poses their mouse over it, so that the user can see that it is a link.
~James
Ixaz- Forumember
-
Posts : 46
Reputation : 0
Language : English
Location : Chuck Norris
Re: How to get rid off hyper link underline?
i found out
for who is breaking their heads trying to find out
->> display, colors, css stylesheet, click "See your forum basic CSS", copy & paste in the css box where you can edit it. submit. scroll down the the entire website and deactivate the basic css. save. do a search in the css box for 'underline'. you'll find many types of links that you can tweak to the very bone.
ps. a change of color on the link also lets the user know its a link
for who is breaking their heads trying to find out
->> display, colors, css stylesheet, click "See your forum basic CSS", copy & paste in the css box where you can edit it. submit. scroll down the the entire website and deactivate the basic css. save. do a search in the css box for 'underline'. you'll find many types of links that you can tweak to the very bone.
ps. a change of color on the link also lets the user know its a link

Re: How to get rid off hyper link underline?
Example of CSS to remove link underlines this is CSS from
one of Jalokims themes
one of Jalokims themes
- Code:
/* Links-----------------------------------------------------*/
a:link{
color: #ffffff;
text-decoration: none;
}
a:visited{
color: #fffff1;
text-decoration: none;
}
a:active{
color: #fffff2;
text-decoration: underline;
}
a:hover{
color: #3280a8;
text-decoration: underline;
}
a.forumtitle {
color: #fffff1;
font-family: Trebuchet MS,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.forumtitle:hover {
color: #0d0d0d;
text-decoration: underline;
}
a.forumtitle:active {
color: #ffffff;
}
a.topictitle {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.1em;
font-weight: bold;
color: #fffff1;
text-decoration: none;
}
a.topictitle:hover {
color: #0d0d0d;
text-decoration: underline;
}
a.topictitle:active {
color: #fffff3;

» How TO Give Hyper link
» Main title hyper link
» How do you create a hyper link in html?
» Hyper solid ranks
» How to remove Underline under the link?
» Main title hyper link
» How do you create a hyper link in html?
» Hyper solid ranks
» How to remove Underline under the link?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum