[TYPO3] timtab web blog: bullets show up fine on the backend but not on the frontend
Bing Du
bdu at iastate.edu
Fri Jun 1 18:01:24 CEST 2007
> Hi,
>
> Typo3 4.0.6
> timtab 0.5.11
> rtehtmlarea 1.4.4
>
> A blog has some bullets inserted, but when the blog shows up in the
> browser, the bullets aren't there. Anybody know why? We don't see the
> problem with regular news articles, text or text w/ image pages.
>
> Thanks in advance,
>
> Bing
>
I figured it out. Turned out the style sheet timtab uses has
#content ul {
margin-left: 0;
padding-left: 45px;
list-style-type: none;
}
Commenting out 'list-style-type: none' made bullets visible.
Bing
More information about the TYPO3-english
mailing list