Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

3.6. FAQ: How can I define custom bullet images?

You can define custom bullet images in your style sheet.

For example, you may define the following styles:

ul { list-style-type: disc; list-style-image: url(/media/bullets/bullet1_n.gif); list-style-position: outside; }
li { padding-left:2px; }