Welcome to my world!
This Link To Yahoo has no underline ----------------------------------- -----------------------------------

You place that Style Command statement inside the HEAD commands on your HTML document. In that position, it affects all the links and makes them plain. They retain their coloring, but lose their underline.

Affecting Just One Link - I have been given two ways of making only one link non-underlined. Here they are in their own words. There IS a way to make just one link not underlined. Simply do this: -------------------------------------------------------------------------------- Huh -------------------------------------------------------------------------------- Place this style command in place of the one you have above: (From Joe: The numbers 1 and 2 are classes. Referring a link to class 1 does the "none" text decoration, class 2 does the other.) And then later in the program place this: --------------------------------------------------------------------------------