Hi, I have a working prototype using widgets for my "email template editor" where I use a series of embedded protected "tags". This is working perfectly using <strong> as the template.
However I now need a tag where the content is editable. Using a <div> works perfectly but I cannot get it to behave as an in-line tag like a span would. It seems to ignore all CSS attempts to make it be in-line. Fairly sure I have missed something obvious.
Also becuase it is a very small "tag" can I switch-off the red'overlay' thang that you get in edit mode.
ta in advance