I'm looking for the same thing as Will. I'd like to be able to reconfigure the HTML toolbar so I get <strong></strong> and <em></em> instead of <b></b> and <i></i>. It would also be nice if I could add my own HTML code snippets to the HTML toolbar. Is there anyway to do this?
Create a User Template with the snippet you want to reuse. Make a note of the number of your User Template.
Right-click the HTML toolbar and select Customize Toolbar...
Find the HTML ToolBar in the left pane, and select the item you want your snippet to follow (you can move them around, so this isn't too critical right now).
Scroll through the Commands in the right pane, and select the User Template you want to insert in the HTML ToolBar.
Click the left arrow between the panes to add the command.
Double-click the name in the left pane, and replace it with your own. You can also assign your own bitmap image to accompany it.
Alternatively, you can simply create the template (snippet) and display the Template List. I agree wholeheartedly about changing the bold and italic button code, but I may just create my own.
Thanks very much for the quick reply, Mary. It's a roundabout way, but it works! The only downside, IMO, is that it uses up some of the finite number of templates, rather than allowing you to modify the toolbar functions directly. For example, I'm also going to modify the ordered and unordered list buttons so the <ul> and <ol> buttons insert linebreaks and indents before the <li> tags. Still, it's good to at least be able to do it one way or another.
I followed your recommendation, and created templates for <strong> and <em>, using the [$replace$] token to enable wrapping of the selected text; for example: <strong>[$replace$]</strong>
I couldn't locate the B and I icons used by UltraEdit, so I did a screen capture of the HTML toolbar, sliced out the B and I icons, and saved them as bitmaps, which I then pointed to in the Customize Toolbar dialog.