Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I have created stylesheets in umbraco, but is there a way I can add a span tag (from the drop down menu) the would need a class. ie.
<h1>This is a heading 1 with a span tag included</h1
Would be:
<h1>This is a heading 1 with a <span>span tag</span> included</h1
without the need of doing it manually. I know it works if you apply a different class to the tag.
Is this possible?
Cheers
Hi. Just add a fake empty class to the RTE associated stylesheet. When you select some string and select that from the drop-down list a <span> tag will be applied to the selected text.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding span tags
Hi
I have created stylesheets in umbraco, but is there a way I can add a span tag (from the drop down menu) the would need a class. ie.
<h1>This is a heading 1 with a span tag included</h1
Would be:
<h1>This is a heading 1 with a <span>span tag</span> included</h1
without the need of doing it manually. I know it works if you apply a different class to the tag.
Is this possible?
Cheers
Hi. Just add a fake empty class to the RTE associated stylesheet. When you select some string and select that from the drop-down list a <span> tag will be applied to the selected text.
is working on a reply...