SID-00314: TOC is displayed with a field of bullet-down.gif characters
| Status: |
Answered |
TWiki version: |
4.0.1 |
Perl version: |
5.8.5 |
| Category: |
CategorySkin |
Server OS: |
CentOS release 4.6 kernel 2.6.9-67 |
Last update: |
16 years ago |
I'm using * TWiki engine: Wed, 08 Feb 2006 build 8740
* Plugin API: 1.1
on Linux.
The Table of Contents is showing up with many rows of the bullet-down.gif character obscuring the text of the TOC. It looks like it's part of the style page:
<style type="text/css" media="all">
/* Styles that are set using variables */
.twikiToc li {
background-image:url("/twiki/pub/TWiki/PatternSkin/bullet-down.gif");
}
But I'm not sure where this came from or how to fix it.
Any help would be appreciated.
--
SteveKelem - 2009-05-13
Discussion and Answer
Install
Firebug
addon in Firefox to explore the bullets and find out where they come from.
In my TWiki installation they come from ...twiki/pub/TWiki/PatternSkin/colors.css where is defined
.twikiToc li with a
background-image:url(bullet-toc.gif);
--
EnriqueCadalso - 2009-05-14
Seems to be answered.
--
PeterThoeny - 2009-07-05
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.