
I wonder, is it possible to create / insert custom icons / actions into the menu of HTML Validator? I'm asking because I often have to insert special HTML codes for international symbols...
Code: Select all
<tag menu='Danish' flags='2' caption='æ' inserttext='æ' hint=Insert æ'/>
Code: Select all
<tag menu='Danish' caption='æ' inserttext='&aelig;' hint='Insert æ'/>