Question
Has anyone played with the CSS for %TOC%? Do you have any nice-looking recipes to share?
I'm tired of the blue underlines links look. But I'm not having much success making something better.
TREEBROWSER produces a nice look, but I don't need the full
JavaScript Open/close model. I just want a similar look.
Environment
--
VickiBrown - 11 Apr 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Can you describe what direction you are looking? Just no underlines? Or other icons?
You can remove the underlines with:
<style>
.twikiToc li a {
text-decoration:none;
}
</style>
--
ArthurClemens - 11 Apr 2008
Closing this question after more than 30 days of inactivity. Feel free to re-open if needed.
--
PeterThoeny - 03 Jun 2008