May 11, 2004 #1 Markie37 Technical User Joined Mar 23, 2002 Messages 19 Location US Can I remove the "underline" from my text links? If so, how?
May 11, 2004 #2 Noconi Technical User Joined Jun 25, 2003 Messages 251 Location US What version of FP are you using? You can add this to the head of the HTML section to remove underlines though: <style> a {text-decoration: none; } </style> Tiffany Microsoft MVP - FrontPage http://www.at-frontpage.comhttp://www.anyfrontpage.comhttp://www.frontpage-webtemplates.com Upvote 0 Downvote
What version of FP are you using? You can add this to the head of the HTML section to remove underlines though: <style> a {text-decoration: none; } </style> Tiffany Microsoft MVP - FrontPage http://www.at-frontpage.comhttp://www.anyfrontpage.comhttp://www.frontpage-webtemplates.com
May 12, 2004 Thread starter #3 Markie37 Technical User Joined Mar 23, 2002 Messages 19 Location US Sorry about that Noconi. I am using Front Page 2000 Upvote 0 Downvote