Forums
This topic is locked
DMX quotes ?????
Posted 20 Sep 2002 04:10:01
1
has voted
20 Sep 2002 04:10:01 Martin Yde posted:
Hi there I have been trying to figure this out for a while now.
Is there anyway u can get DMX to write single qoutes instead of writing doubles quotes when writing attrib html code ?
exampel:
i want this <p class='hello_world'>
instead of <p class="hello_world">
because it means less writing.
example 2:
i want this response.write ("<p class='hello_world'>"
instead of response.write ("<p class=" & """hello_world""" & ">"
ok ?
anyone have any suggestions ?
thx in advanced
Edited by - yde_m on 20 Sep 2002 04:19:39