Simply, simply...
Oke,
I made a text label
When I code to Custom code it says:
<div id="ldhelbltext" style="position: absolute; left: 1px; top: 272px; width: 442px; height: 16px; text-align: justify;" align="left">
<span class="verdana100FFFFFFt">text to edit</span></div>
I want to add class="cushycms" to this div like this:
<div id="ldhelbltext" class="cushycms" style="position: absolute; left: 1px; top: 272px; width: 442px; height: 16px; text-align: justify;" align="left">
<span class="verdana100FFFFFFt">text to edit</span></div>
When I add the code before it becomes:
<div id="ldhelbltext" style="position: absolute; left: 1px; top: 272px; width: 442px; height: 16px; text-align: justify;" align="left">
class="cushycms"<span class="verdana100FFFFFFt">text to edit</span></div>
I tried all the different options but I can't get it to work?!