Support » Fixing WordPress » Blank Spaces

  • Resolved OSD

    (@osd)


    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>
  • The topic ‘Blank Spaces’ is closed to new replies.