
Very practical (multiple links must be saved separately, or use image Use an image editor program toĬreate images of the text, and then use the "images" as links. Other than using CSS, you can also have non-underlined links by Set with default values and most user don't define their own style (If you don't know what this means, don't worry.

For this to happen, most likely the user need to define Turn style-sheet off from selecting Preferences->Advanced->Enableĭestinated his/her own style, your style definition might be cssįile does not necessarily have to be on the same directory as the htmlįile just make sure to put the correct path if it's not on the same That is: you can just code your link as usual like this: This is a normal linkĪnd it will automatically not be underlined. Link within the document, the link will not be underlined.

Is the name of the text file which contain the styleĭefinition. Note that this assumes that something.css Save the file and name it something.css Use any valid name that you want, but youĮnter the following between the and tags on You can then include the file onĮvery page that you want the underline to be removed.įirst, create a text file which contains the following: Page by saving the style-sheet into a file.

You can avoid having to enter the style definition on every This method will be the most practical if you want to use the styleĪccross different documents. Put the following style definition between the and This method will cause all of your link to be not underlined, so you don't This is a normal link, it's underlined 2) Using internal style-sheet: This is an unusual link, it has no underline (You should include the quote signs like the exampleĪbove.) For links that you want to keep underlined, use the regular None" on the links that you don't want to be

This method is recommended if you want to remove the underlines on some Just remember that the underlines can be removed by setting the link style like this: text-decoration: none (Some of these browsers might not fully support all the CSS specifications, but most do support non-underlined links.)Īlthough there are several variations to the CSS method, it's actually very simple. Currently, this means Netscape 4.0 or newer, and Internet Explorer 4.0 or newer. CSS only works on browsers that supports CSS. HTML and CSS Tutorial: Removing Links UnderlineĬSS (Cascading Style Sheet) method is currently the most practical way to remove underlines from links.
