SID-01775: Remove hyperlink underlining for a given topic
| Status: |
Unanswered |
TWiki version: |
5.1.4 |
Perl version: |
|
| Category: |
CategorySkin |
Server OS: |
|
Last update: |
10 years ago |
Hi All,
I would like to remove all solid/dotted hyperlink underlining while retaining hyperlinks in a specific topic. I modified the topic to set USERSTYLEURL to my custom CSS file. However, the hyperlink underlining remains. Please help. Thank you.
p.s. My custom CSS file contains four different attempts to remove the underlining, as shown below:
<style type="text/css">
.twikiLink {text-decoration: none; border-style:none none none none; border-width:0px;}
.patternTopic a {text-decoration: none; border-style:none none none none; border-width:0px;}
.patternMainContents a {text-decoration: none; border-style:none none none none; border-width:0px;}
.patternMain a {text-decoration: none; border-style:none none none none; border-width:0px;}
</style>
--
TWiki Guest - 2013-08-03
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
Peter Thoeny - 2015-12-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.