Remove a Link Underline.
Occasionally there are times it is necessary to remove a link underline depending on the context under which your web content and web design is aiming to achieve.
Most web surfers are accustomed and used to links that are underlined but a careful look will reveal that that trend is slowly changing. Care should be taken before removing the link underline by considering the needs of your visitors.
Here is the relevant HTML code to us:
| <A
HREF="http://www.yourdomain.com" STYLE="TEXT-DECORATION:
NONE">Your Link</A> |
Add the text
in bold to your link code as shown above.
Example:This is how it will look like
Just remember to add the text in bold as shown in the html code above.
Close remove a link underline and return to html JavaSript examles

|