creating a blog
4 Message(s) by 3 Author(s) originally posted in cfml database access
| From: Azadi |
Date: Monday, October 22, 2007
|
wrote in message:
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
| From: dwmart |
Date: Tuesday, October 23, 2007
|
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
does not
display the paragraphs separately. Using html isnt a problem for me but
I am trying to learn to make things for people who do not 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!
| From: cf_dev2 |
Date: Tuesday, October 23, 2007
|
Try the ParagraphFormat() function.
| From: dwmart |
Date: Tuesday, October 23, 2007
|
I think I
love this place! lool... thanks guys! you always have the great solution.
Next Message: DATENAME": invalid identifier