> So, here's my idea. Access cannot literally store paragraphs
> however you can
> always put in <P> at the start of each paragraph/line and achieve the the
> paragraphs. The drawback to this is that if it is left up to the regular
> user, they'll probably mess it up.
>
> So, this is the idea. Is there a way to detect a paragraph break,
> then when
> you submit the page, the paragraph break is detected, and then
> replaced with
> a <P> tag. Therefor all the user has to do, is put in a normal paragraph.

Great idea! Allaire must have had the same one, since they've given us the
ParagraphFormat() function, which substitutes CRLF strings into <p> strings
for display purposes.

I prefer to do it manually, however, with a Replace function, and replace a
CRLF with <br> instead, since users will sometimes use just one CRLF for
things like address formatting, and two for actual paragraphs.

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to