Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-08-29 07:19:02
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
[textile] Roman numbered list
With * I obtain a Bulleted list, with # a Numeric one.
How can I get a Roman numbered list like this:
I.
II.
III.
IV.
V.
?
Found nothing in Archive. How can I force the HTML parameter “I” to TXP textile?
Last edited by candyman (2007-08-29 07:20:35)
Offline
Re: [textile] Roman numbered list
use the # in textile to create an ordered list and then style the OL
element using css list-style-type: lower-roman;
or list-style-type: upper-roman;
attribute. You can use classes (inline via textile or as part of your page structure) to limit this to the area you need it in.
Check the textile help and textile reference for inserting classes inline using textile.
TXP Builders – finely-crafted code, design and txp
Offline