/    Sign up×
Community /Pin to ProfileBookmark

I am creating a document with several ordered lists in it. They are labelled as <ol type=”A”> or <ol type=”i”>.

How do I display the finished label in brackets such as A) or (i)?

Thanks

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@David_HarrisonJul 15.2003 — If you've not got very many items in your list what you could do is this:

<li value="(i)">Content</li>

or:

<li value="A)">Content</li>

Because value will override whatever would normally appear for that list item.
Copy linkTweet thisAlerts:
@GruntyauthorJul 16.2003 — I couln't get this to work, but the document is huge anyway, 70 pages from a Word doc.
Copy linkTweet thisAlerts:
@spufiJul 16.2003 — [i]Originally posted by Grunty [/i]

[B]I am creating a document with several ordered lists in it. They are labelled as <ol type="A"> or <ol type="i">.



How do I display the finished label in brackets such as A) or (i)?



Thanks [/B]
[/QUOTE]


From what I can see, you can't do what you want to. There are a number of different values that you can increment in a list, but using parentheses as part of it isn't an option at this time.

http://www.w3schools.com/css/css_reference.asp#list
×

Success!

Help @Grunty spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...