mat_edge84
Member
Posted 5 months ago #
So I activated the plugin and when I use tab in the HTML text, the tab works as I see the text being tabbed over, but when I update the page and go to the website, the text is still not tabbed over and stays the same. Is there a trick to use the tab and have it save too? Thanks
http://wordpress.org/extend/plugins/tab-override/
Bill Bryant
Member
Plugin Author
Posted 5 months ago #
Hi,
This plugin is meant to be used for source code editing. The tabs will not be displayed on the rendered page. If you want tabs to show on the page, you can put the text in a pre element like this:
<pre>
some text
some more text
etc.
</pre>
However, I think it would be best to use CSS to achieve this effect. You can use the margin-left or padding-left properties to shift the text to the right.
Let me know if you have any other questions.
Thanks,
Bill