Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Bryant

    (@wjbryant)

    Hi,

    This plugin is meant for source code editing. When you add tabs in HTML, they will not be displayed on the rendered page. If you want the tabs to be displayed, you can try wrapping the text in a pre element like this:

    <pre>
        indented text
        some more indented text
    </pre>

    You could also use CSS like this:

    <div style="white-space: pre-wrap;">
        indented text
        some more indented text
    </div>

    You could also use the CSS properties margin-left, padding-left, or text-align: right;. However, it may be easiest just to use the Visual Editor and insert a table. Also note that the plugin will only work in the HTML Editor.

    Hopefully that helps! Let me know if you have any other questions.

    Bill

    Plugin Author Bill Bryant

    (@wjbryant)

    I’m going to mark this as resolved for now. Please let me know if you have any other questions.

    Thanks,
    Bill

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a User Manual or Tutorial for this extension?’ is closed to new replies.