Claude,
My sentiments exactly. But I created 2 CFM files 
that called Fckeditor the same way:

<cfparam default="" name="pagecontent">
<body>
<form method="post" action="header.cfm">
<cfmodule
template="fckeditor/fckeditor.cfm"
basePath="fckeditor/"
instanceName="pagecontent"
value='#pagecontent#'
width="760"
height="300"
>
<input type="submit" value="submit" name="x">
</form>
<cfoutput>#pagecontent#</cfoutput>

One header was:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
And the other:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

BOTH output <br />

Help please.
Terry

-----Original Message-----
From: Claude Schnéegans <schneeg...@internetique.com>
[mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans <schneeg...@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Saturday, November 27, 2010 9:25 AM
To: cf-talk
Subject: Re: <br> instead of <br />


 >>Why would you want that? <br /> is the correct way to do it.

<br /> is the xhtml way to do it and as far as I know, HTML has always been
the standard.
xhtml is just a subset of HTML for those masochists who like make their life
more complicated ;-)




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to