Skip to Content
Menu
This question has been flagged
1 Reply
3149 Views

hi, i want ask how to show alphabet sequence in report rml like this,

a.
Name
Susi
b.
Address
Sumedang

hope anyone can help me, thanks before

Avatar
Discard
Best Answer

Hi

you can use this code to print alphabet sequence:

<html>
<body>
<ol type="a">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
Avatar
Discard
Author

hi mr.krupesh.. thanks for your answer i have try with your code using

    but its doesnt work

@Susi, start tag ol I thin it will work.

Related Posts Replies Views Activity
1
Mar 15
4952
1
Nov 22
1817
1
Sep 22
1656
0
Jun 21
2840
0
Mar 21
1548