[Typo3] custom bulletlist image with htmlarea

Stanislas Rolland stanislas.rolland at fructifor.com
Sun Feb 13 17:45:08 CET 2005


Hi Diederik,

> just noticed after install of the rtehtmlarea extension that when using a
> bulletlist, the set custom image is ignored. Instead a default ascii icon is
> used. How to fix this? 

You can define a custom bullet by defining the following style in your style sheet file:

UL {
	list-style-type: disc;
	list-style-image: url(/media/bullets/bullet33.gif);
	list-style-position: inside; }

Regards,
Stanislas
-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110109523/



More information about the TYPO3-english mailing list