Ancient Future Designs
Lineless Links

This little bit of html is so simple, I'm not sure why it has it's very own page!
I will give you two ways to do it though.

For those of you who use raw html instead of an editor it is just a matter of adding the following piece of html.
<a href="http://members2.easyspace.com/maelgwn/java.htm" style="text-decoration: none">Java</a>
The writing which is white is the tag needed to make your links lineless. (try saying that fast three times!)
Check the bottom of this page for lineless links.

For those of you like me who use Netscape Composer, it's even easier than that!
Select the text you want to become a link, right click and go to
'Create Link Using Selected'
Then add in the url you wish to use and click on the 'Extra HTML' button.
Add the following (which is the same as above) exactly as written here - including the empty space before 'none'.
style="text-decoration: none"
The lines will still appear in Composer so save and preview.
You can do it in the raw html if you want to edit the html source but I find this way to be a lot easier.