RTE HTMLarea
| < 3.7. FAQ: Why does the text style selection list remain empty? | Table Of Content | 3.9. FAQ: Is it possible to style the appearance of links in the RTE itself? > |
3.8. 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; }