In my blog I have some code that I would like to line out, at this moment I'm using zero's like:
001
055
199 (see below)
But I rather use:
1
55
199
<ul>
<li>001 test</li>
<li>055 test</li>
<li>199 test</li>
</ul>In my blog I have some code that I would like to line out, at this moment I'm using zero's like:
001
055
199 (see below)
But I rather use:
1
55
199
<ul>
<li>001 test</li>
<li>055 test</li>
<li>199 test</li>
</ul>This topic has been closed to new replies.