Jeff Lane wrote:
Could someone tell me how to enable tags with CSS class="stylename"? I understand support was enabled after 1.5, but I can't get it to work on my 1.11.0 system. I suspect it has something to do with that it was upgraded from 1.4 originally and something isn't set right.
this works: text here
but this does not: text here
any ideas?
-Jeff
Oops, looks like the HTML got parsed in my message.
I meant:
this works: <span style="font-size: 150%;">text here</span>
but this does not: <span class="h2">text here</span>