Creating Ordered and unordered list in Blogger blogspot sometimes are not working in some templates. If you're experiencing the problem put this code in the CSS (above /b:skin
.post ol
{
list-style-type:upper-roman|upper-latin|lower-roman|lower-latin|lower-greek|lower-alpha;
margin-right: 2.0em;
}
.post ul li
{
list-style-type:square;
margin-right: 2.0em;
}
0 komentar:
Post a Comment
Note: Only a member of this blog may post a comment.