- Code: Select all
[list=1]
[*]this should show 1.
[*]this should show 2.
[*]this should show 3.
[*]this should show 4.[/list]
it won't show the list properly in prosilver (have not tried it on subsilver2).
cheers
[list=1]
[*]this should show 1.
[*]this should show 2.
[*]this should show 3.
[*]this should show 4.[/list]dd.posts, dd.topics, dd.views { /* List in forum descriptions */
dl.icon dt ol, dl.icon dt ul {
list-style-position: inside;
margin-left: 1em;
}
dl.icon dt li {
display: list-item;
list-style-type: inherit;
}