Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Joe_Krako #1
Is there an inverse of ParagraphFormat
Hi,
I'm trying to build a forum and want to allow users to edit their message
boxes (textarea boxes).
I use the ParagraphFormat whenever I have users posting new messages so that
their carriage returns
remain intact.
However, when allowing them to edit their messages, a bunch of <P>'s appear.
Is their an inverse function of ParagraphFormat to take the <P>'s away?
Right now I'm using the Replace function to blow away the <P>'s. However, the
user's carriage returns
dissappear when doing so.
Has anyone here dealt with this type of stuff? Do you know a solution?
Thanks in advance,
Joe
Joe_Krako Guest
-
Shift+ctrl+I doesn't select inverse
Hey all, maybe somebody knows the answer to this. When I have something selected, pressing Shift+Ctrl+I doesn't select inverse or do anything.... -
inverse of distribute into layers
hi everybody.i am trying to edit a flash template with flash cs4.the problem is that there are some pictures in there that are hidden ( dont ask how... -
Inverse of model(s)UnderLoc?
I'd really like a function that returns the point in the image plane to which a point on a 3D object will be projected. For instance, given a point... -
Trouble with Matrix::inverse
I decided to use Ruby to write a simple program to help my daughter with her math homework, which involves solving systems of linear equations... -
Camera control become inverse :(
Hi there! I would like to use camera motion to interact with my 3D model instead of using drag Model fonction. My script work just fine but it... -
Joe_Krako #2
Re: Is there an inverse of ParagraphFormat
Never mind, replacing "<P>" with "#Chr(10)##Chr(13)#" worked.
That's the inverse of ParagraphFormat.
Joe_Krako Guest



Reply With Quote

