S Steve Grosz Oct 14, 2003 #1 Is there a way to define that you don't want a hyperlink to be underlined in FP2003? Steve
J Jesse Hand Oct 14, 2003 #2 You can always highlight the link and then click the underline button on the toolbar. -- -Jesse http://www.jessehand.com Disclaimer: Spelling & grammar errors are made on purpose for those who are fulfilled by correcting others.
You can always highlight the link and then click the underline button on the toolbar. -- -Jesse http://www.jessehand.com Disclaimer: Spelling & grammar errors are made on purpose for those who are fulfilled by correcting others.
S Steve Easton Oct 14, 2003 #3 If you don't want any links underlined on a page, place this between the head tags: <style> a.{text-decoration: none} </style> If you only want it to apply to one link place it inline
If you don't want any links underlined on a page, place this between the head tags: <style> a.{text-decoration: none} </style> If you only want it to apply to one link place it inline