|
remove underline from link
|
|
05-17-2008, 05:40 PM
Post: #1
|
|||
|
|||
|
remove underline from link
How can I remove the underline from my link?
|
|||
|
05-17-2008, 06:01 PM
Post: #2
|
|||
|
|||
|
RE: remove underline from link
Hi Sathish,
You can use the text decoration property to get rid of the underline from your link. Here's the CSS for it: a:link, a:visited { text-decoration: none; } |
|||
|
05-21-2008, 09:29 AM
Post: #3
|
|||
|
|||
|
RE: remove underline from link
ok.It's working. Thanks.
|
|||
|
05-04-2010, 11:31 AM
Post: #4
|
|||
|
|||
RE: remove underline from link
Nihal Wrote:Hi Sathish, That code you just put in your style and its working then set the property and value. |
|||
|
06-14-2010, 01:07 PM
Post: #5
|
|||
|
|||
|
RE: remove underline from link
I have use this code.It work for remove underline from link. Its really very helpful code for remove underline from link.You have also try this code.
|
|||
|
11-16-2012, 05:07 PM
(This post was last modified: 11-16-2012 05:07 PM by sunitha.)
Post: #6
|
|||
|
|||
|
RE: remove underline from link
Use the following code to remove underline from link:
a {text-decoration:none} |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)





