Indenting specific lines

  • Unknown's avatar

    How do I indent specific lines? I have been indenting them successfully in the “text” editor using this code:

    <span style=”padding-left:50px;”></span>(Line to be indented following span tag close)

    It has been the only thing that worked consistently, but it seems to just disappear sometimes.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Your version is almost correct: it will be stripped out if you switch the editor to Visual, because the span tags don’t enclose anything, so they are considered meaningless. Change it to this:
    <span style="padding-left:50px;">(Line</span> to be indented)

  • The topic ‘Indenting specific lines’ is closed to new replies.