Add buttons to text editor
-
[ Moved to Fixing WordPress ]
Hi there,
I have created a simple HMTL button on a pages text editor:
<form>
<input type=”button” value=”CLOSE”
style=”background-color:#c00; color:#fff;”
onclick=”history.back(-1)”/>
</form>Which works! (my first HTML code)
What I’d like is for the code (and other button codes) to sit somewhere centrally and be added to the editor for all pages & posts.
I’m sure this is possible but how (in simple terms please)?
The topic ‘Add buttons to text editor’ is closed to new replies.