Title: RE: [CFTALKTor] Freaking Quotations

love to post the ASP but it's 54 pages worth of spaghetti code in one document. here is the CF

<cfoutput query="edit">

<cfif paragraphType is "imageType">
<img src=""images/pagegraphics/#text#"><br>

<cfelseif paragraphType is "majorTitleType">
<font class="bodyTitle">#text#</font><br>

<cfelseif (paragraphType is "majorSubtitleType") or (paragraphType is "subtitleType")>
<font class="subTitle" size="2">#text#</font><br>

<cfelseif (paragraphType is "preformattedType") OR (paragraphType is "bodyTextType")>
<font class="bodyContent">#paragraphformat(text)#</font><br>

<cfelseif paragraphType is "listType">
<ul>
<cfloop index="list" list="#text#" delimiters="
"><li>
<font class="bodyContent">#list#</font></li></cfloop>
</ul>

<cfelseif paragraphType is "innerLinkType">
<font class="bodyContent"><a href=""level2Content.cfm?docID=#listFirst(text,";")#&level=2&parent=#docID#&sub=resource">#listLast(text,";")#</a></font><br>

<cfelseif paragraphType is "linkType">
<font class="bodyContent"><a href=""#listFirst(text,";")#">#listLast(text,";")#</a></font><br>

<cfelse>
#text#
</cfif>
</cfoutput> 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: July 10, 2002 7:27 AM
To: [EMAIL PROTECTED]
Subject: re: [CFTALKTor] Freaking Quotations


post both the asp and the cf code..



Dave Seddon  (p) 997-1803
Internet Software Support Specialist
Workplace Information Directorate, HRDC-DRHC
e-mail:   [EMAIL PROTECTED]
Web: http://labour.hrdc-drhc.gc.ca

---------- Original Text ----------

From: "Jeremy Oudit" <[EMAIL PROTECTED]>, on 2002-07-10 10:22 AM:

I'm in the process of redoing a website that was previously made in ASP into
Cold fusion. Things are progressing really smoothly. EXCEPT FOR THIS:
Anything content that is pulled from the database displays quotations or
apostrophes as a box. WHY FOR THE LOVE OF GOD WHY???? This drives me nuts.
Quotes display fine in the ASP version and I haven't changed any of the
content in the data base itself. Any ideas. Why does CF do this?


-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [EMAIL PROTECTED]
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to