Hi,
Anybody knows how can i add a class to an img inserted through a RTE? I 
tried something like this but it didn't work:
lib.parseFunc_RTE {
      externalBlocks = img
      externalBlocks {
          img.stdWrap.HTMLparser.tags.img.fixAttrib.class {
              default = myClass
              always = 1
              list >
          }
      }
}
Thx.
Regards.