javascript
Brief description  about Online courses   join in Online courses
View fridolin  nkanza nsondi 's Profile

delete underlined text

When using <a href="#">....</a>, the text is always underlined. So even when I apply a Font style it's remain underlined.
Could you help me to clean the underline and get a simple text.
Thanks for your help!
Fridolin
Asked by fridolin nkanza nsondi | Oct 15, 2012 |  Reply now
Replies (2)
View reejesh ravindran kondodi 's Profile
You can write it as:

<a href="" style=text-decoration:none>Link</a>

This will not show underline.
Oct 16, 2012
View reejesh ravindran kondodi 's Profile
You can write it as:

<a href="" style=text-decoration:none>Link</a>

This will not show underline.
Oct 16, 2012