D Dennis Nov 28, 2009 #2 How can one eliminate the underscore on a link in frontpage 2000? Click to expand... http://www.google.com/search?q=eliminate+link+underscore
How can one eliminate the underscore on a link in frontpage 2000? Click to expand... http://www.google.com/search?q=eliminate+link+underscore
R Rick Sparks Nov 28, 2009 #3 Select the text on the page that is the link. Uncheck the Underscore button that will automatically be selected... the one used for Font formatting in the toolbar at the top.
Select the text on the page that is the link. Uncheck the Underscore button that will automatically be selected... the one used for Font formatting in the toolbar at the top.
A Andrew Murray Nov 29, 2009 #4 Mark said: How can one eliminate the underscore on a link in frontpage 2000? Click to expand... With styles. a: link { text-decoration: none; } or a { text-decoration: none}
Mark said: How can one eliminate the underscore on a link in frontpage 2000? Click to expand... With styles. a: link { text-decoration: none; } or a { text-decoration: none}