Forum : Underline
Brief description  about Online courses   join in Online courses
View Siddiqui Nadeem Ahmed 's Profile

Underline

If I put hyperlink then i got underline but i dont want it please tell me how to remove underline to a link . please tell me fast i have to submit assignment
Asked by Siddiqui Nadeem Ahmed | Jun 6, 2010 |  Reply now
Replies (3)
View thangam nayagi 's Profile
Thanks satyajee
Dec 25, 2010
View satyajeet chaini 's Profile
Hi u can try this: <a href=about.html style="text-decoration: none">About Us</a>
Jun 7, 2010
View teacher siliconindia 's Profile
Hi Please try this

a:link {

text-decoration:none;
}
a:visited {

text-decoration: none;
}
a:hover {

text-decoration: none;
}
a:active {
text-decoration: none;
}

Regards
Jun 7, 2010