Learn how to create links without the underline in Dreamweaver using stylesheets.
Have you wanted to get rid of the underline in a link? Well! It's really simple using CSS styles. Learn how to make links with no underline.
If you use Dreamweaver as your HTML editor you need to go to your style palette, make a new style and apply the style on your link. Here are the steps:
Click on Windows>Styles
Click on the 'Style Sheet' button
Click on New
Give your style an appropriate name like 'nounderline' and click on OK.
Here's the trick - check the box next to None. This means that this style has no decoration.
Now you need to apply this style to all the links in your page.