MyBB Community Forums

Full Version: Add h1 h2 h3 tags to post text size options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I wonder if anyone can help me with this.
In the post new thread/edit box there is a drop down "text Size" option, these options wrap the text with
<span style="font-size: xx-large;">My text here </span>

How would I change this or add some code so that I could have a <h1><h2><h3> option so that if chosen the text would be wrapped like

<h1>My text here </h1>

Thanks
You have to edit editor.js file.
(2010-08-21, 08:39 PM)ghazal Wrote: [ -> ]You have to edit editor.js file.

Thanks

Where would I find the option setting for:



this.sizes["large"] = this.options.lang.size_large;