T O P I C R E V I E W |
2hats |
Posted - 13 Apr 2010 : 00:11:34 How can I give a Label field an ID?
When I insert id="id1" in the custom code 'Into Tag', then nothing is placed inside the <span></span> tags when exported?
I want to end up with <span class="xxx" id="zzz"></span>
Can you help on this? |
3 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 14 Apr 2010 : 09:05:27 Ah ok; you are right ;-) |
2hats |
Posted - 14 Apr 2010 : 05:18:28 Not impossible. Solved the problem!
As with a lot of DHE you have to think laterally.
Put '<span id="zzz"> </span>' text inside label, and encode HTML Chars to false.
Works! |
s.dav |
Posted - 13 Apr 2010 : 10:06:21 It is impossible because a label object has many and many "<SPAN>" tags into it, so which "id" assign to which "SPAN" element? |