M marinusw Feb 16, 2008 #1 I'd like to not have internal page or external hyperlinks underlined. How do I turn off this format option? Thanks.
I'd like to not have internal page or external hyperlinks underlined. How do I turn off this format option? Thanks.
S Steve Easton Feb 16, 2008 #2 By using CSS. Add this to the head section of the page. <style type="text/css"> a{ text-decoration: none; } </style> -- Steve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm
By using CSS. Add this to the head section of the page. <style type="text/css"> a{ text-decoration: none; } </style> -- Steve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm
A Andrew Murray Feb 16, 2008 #3 It's not a good idea - how is one going to tell links from normal text?
T Thomas A. Rowe Feb 17, 2008 #4 set the link color.... -- ============================================== Thomas A. Rowe Microsoft MVP - FrontPage http://www.Ecom-Data.com ==============================================
set the link color.... -- ============================================== Thomas A. Rowe Microsoft MVP - FrontPage http://www.Ecom-Data.com ==============================================