Skip to main content
October 23, 2007
Answered

creating a blog

  • October 23, 2007
  • 3 replies
  • 520 views
Hi I am creating a blog for the first time and have hit a snag. I have everything working the way I want except that the text is like a run on paragraph. Unless I use html code inside the text field then it obviously doesn't display the paragraphs separately. Using html isnt a problem for me but I am trying to learn to make things for people who don't know html. So the question is....what does it take to get the page to at least display the line breaks between paragraphs when the user simply hits enter when entering the blog text.

Thanks!
This topic has been closed for replies.
Correct answer cf_dev2
Try the ParagraphFormat() function.

3 replies

October 23, 2007
I think I love this place! lool... thanks guys! you always have the great solution.
Inspiring
October 23, 2007
cf_dev2 wrote:
> Try the ParagraphFormat() function.

or <pre> with some css styling...

but have a look at TinyMCE or FCKeditor (or the richtext attribute of
the cftextarea tag if you are using CF8) - i think those may be a better
solution for your blog :)

--

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com
cf_dev2Correct answer
Inspiring
October 23, 2007
Try the ParagraphFormat() function.