Hello all,
I am using Mura CMS with the cfk editor embedded. We are trying to move working CF pages into the new system and are having a problem with tags.
If i paste the following into the editor and save it ( note position uf underlined tag):
<p><cfquery name="getUsers" datasource="Betsy">Select Distinct OperatorID From maAcctDetails Order By OperatorID </cfquery><cfdump var="#getusers#"></cfdump></p>
It is being saved with the closing </cfquery> tag moved : (
<p><cfquery name="getUsers" datasource="Betsy"> </cfquery> Select Distinct OperatorID From maAcctDetails Order By OperatorID <cfdump var="#getusers#"></cfdump></p>
How can I set the editor to just take what I give it without trying to "help" me ??
Thanks in advance, Joe B
I am using Mura CMS with the cfk editor embedded. We are trying to move working CF pages into the new system and are having a problem with tags.
If i paste the following into the editor and save it ( note position uf underlined tag):
<p><cfquery name="getUsers" datasource="Betsy">Select Distinct OperatorID From maAcctDetails Order By OperatorID </cfquery><cfdump var="#getusers#"></cfdump></p>
It is being saved with the closing </cfquery> tag moved : (
<p><cfquery name="getUsers" datasource="Betsy"> </cfquery> Select Distinct OperatorID From maAcctDetails Order By OperatorID <cfdump var="#getusers#"></cfdump></p>
How can I set the editor to just take what I give it without trying to "help" me ??
Thanks in advance, Joe B