Thanks, I’ve already figured out how to write a new tag. The problem is how to get the button to appear the way I want it. For example, the ins button should look like ins underlined. There’s even an entry in wp-admin.css to make it look like that:
#ed_ins{
text-decoration: underline;
}
but the text is not decorated.
Any hints appreciated,
Bill