Hello,
I am trying not to underline the hyperlink while creating the webpage. Can I do that? if yes, How can I go around doing it.
Thank you,
Hello,
I am trying not to underline the hyperlink while creating the webpage. Can I do that? if yes, How can I go around doing it.
Thank you,
In the head:Code:<style type="text/css"> a { text-decoration: none; } </style>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I just want one of the links on the page not to underline.
Code:<a style="text-decoration: none;" href="otherpage.html">CLICK</a>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thank you! it worked
Bookmarks