skald89 2 Unverified User
Recommended Answers
Jump to PostThere are two real easy ways you can do this; utilizing CSS:
ol { list-style-type: upper-alpha; }
Or inline in your HTML (using the CSS method is the more appropriate way however):
<ol type="A"> <li>foo</li> <li>bar</li> </ol>
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.