Hello
I have defined an inline style for my editor as such:
{ name : 'Action Button', element : 'span', styles : { 'background-color' : '#ddd', 'color' : '#006666', 'font-weight' : '900', 'padding' : '0 8px;' } }
However I want to add angle brackets around the span of text that the style is being applied to. Does anyone know how I might be able to achieve this?
Many thanks for your help in advance.
You mean like <escaped
You mean like <escaped characters>? Or are you talking about using CSS to insert characters into the text. I read something about CSS3 being able to do some limited DOM manipulation but personally I wouldn't touch it. You could try adding some margin and a background image with the encapsulation that you're looking for (?)