Text align as tabs in < li > that read (i) Article and so on.
You’ll see Article that need to align as same on every < li >?
How do I do that in CSS3?
I’m using jQuery 1.8.1 It is for iPhone.
align top http://www.kerrydeaf.com/align.png
UPDATE:
Instead of this as below:
align top http://www.kerrydeaf.com/this.png
I see this a it goes off the edge of the page:
You can use the list-style-type: lower-roman
e.g.
This will produce:
However this does not contain the parentheses – not sure how vital these are?