Hi,
I would like to change an html list type from say:
{ list-style-type: lower-roman }
to
{ list-style-type: 'Note:'+lower-roman }
so in the list we could have:
Note 1.
Note 2.
Note 3.
Instead of
1.
2.
3.
Thanks in advance and regards,
Afromananm
I would like to change an html list type from say:
{ list-style-type: lower-roman }
to
{ list-style-type: 'Note:'+lower-roman }
so in the list we could have:
Note 1.
Note 2.
Note 3.
Instead of
1.
2.
3.
Thanks in advance and regards,
Afromananm
Comment