This question has been flagged
1 Reply
2968 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.