Hello, forum!
Okay, so I figured out how to add custom tags to “quicktags.js”.
Now I want to add ATTRIBUTES to the “a” and “img” tags, too (I want to add “title” to the “a” tag and “alt” to the “img” tag) , but because they’re classified as “special case” in the “quicktags.js” file, I don’t quite know how to do it.
Can someone please give me a clue? Thanks! ??
Davetta
Edit: I now see that the “alt” attribute is already specified in the “img” tag, so I just need to know how to insert the “title” attribute into the “a” tag. I also now understand that “special case” just means that there’s no end tag.