I have a link in the main menu like this: [[sitename|http:// www.sitename.com/]] which is by default displayed as underlined. I wanted to remove the underline. I found some useful hint in the following message, but since it did not work for me I want to give my solution here.
http://groups.google.com/group/TiddlyWiki/browse_thread/thread/4574828f5951a5af/4d5a120b2a4e5423?lnk=gst&q=underlined+mainmenu#4d5a120b2a4e5423 The hint suggests appending the following line to StyleSheet: #mainMenu a { text-decoration: none; } I am using the MptwTheme, and the above did not work. So I went for the more radical solution of removing underlining on all links. It's an overkill, but it'll do. .externalLink { text-decoration: none; } I just wanted to share my experience; someone might find it useful to read this one day. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

