HTML Tools & Tips
· Remove Link Underlines
Note: This script doesn't work in Netscape with pages that have one or more overlapping Elements.
Here are some examples of how non-underlined links look like:
Homestead
CNN
ESPN
To remove the underline of your links on your web page, you need the following simple code in your web page:
<LINK rel="stylesheet" type="text/css" href="files/no_underline.css">
Here's how to add it:
- Highlight the entire code above with your mouse, then copy it by pressing 'CTRL' and 'C' at the same time.
- Open your page in SiteBuilder and select the "Insert HTML" Element. It should appear on your page.
- Click the 'Edit' button. The Element Editor window should appear.
- Click the 'Edit HTML' button.
- Paste this code within the HTML window by pressing 'CTRL' and 'V' at the same time.
- Right-click on CSS file to download the necessary file and select 'Save Target As...'. Then, import it to your site (same directory as your web page). Make sure that you do not change the name of this file - it must be named 'no_underline.css' in order for the HTML above to work.
|
 |