I stated page break when I meant line break but here's what Google says: Definition and Usage The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag. ---------------------------------------------------------------------------- ---- Browser Support The <br> tag is supported in all major browsers. ---------------------------------------------------------------------------- ----
Differences Between HTML and XHTML In HTML the <br> tag has no end tag. In XHTML the <br> tag must be properly closed, like this: <br />. I am wanting <br> and all I need to know is there a way to tell Fckeditor that? -----Original Message----- From: Phillip Vector [mailto:[email protected]] Sent: Saturday, November 27, 2010 9:16 AM To: cf-talk Subject: Re: <br> instead of <br /> Why would you want that? <br /> is the correct way to do it. On Sat, Nov 27, 2010 at 9:13 AM, Terry Troxel <[email protected]> wrote: > > Here's my problem. > > I need to know if there is a setting in Fckeditor that will > cause it to parse a page break as <br> instead of <br />. > > Terry > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:339550 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

