|
-
Mar 3rd, 2006, 08:45 AM
#1
Thread Starter
Member
<a></a> html tag without the underline
Hope this is the right place for this Question.
Can someone please tell me how to create a hyperlink using the <a></a> html tag without the hyperlink underlined.
Any help will be well appreciated.
Cheers
-
Mar 3rd, 2006, 10:12 AM
#2
Re: <a></a> html tag without the underline
Using inline CSS, you can do this
<a href="http://www.mendhak.com/" style="text-decoration: none;">Click Here</a>
-
Mar 3rd, 2006, 11:14 AM
#3
Re: <a></a> html tag without the underline
Or in CSS to un-underline (??) all of your links:
a {text-decoration:none;}
-tg
-
Mar 3rd, 2006, 01:48 PM
#4
Thread Starter
Member
Re: <a></a> html tag without the underline
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|