Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
sweetyp2005 #1
new paragraph in cfdocument
How do I begin new paragraph between each #form.chk# value? And between each
value it also show ",". Can I omit that also?
<cfdocument format="pdf" filename="C:\savefile.pdf" overwrite="yes">
<cfdocumentsection>
<cfif isdefined('form.chk')>
<font size="-15"><cfoutput><td>#form.chk#</td>
</cfoutput></font>
</cfif>
</cfdocumentsection>
</cfdocument>
sweetyp2005 Guest
-
Paragraph Styles - Next...
InDesign CS2 I have agreed on doing a guide containing mostly Postal code - names and phone numbers. I get the text from a database in an Exel... -
First line in paragraph
Though I use CSS to add space before Heading 1, I am trying to get the first line in a paragraph to line up with the top of the cell that it is in.... -
Is it possible to specify paragraph spacing?
Ičve got several paragraphs set in a flash text field. I want the paragraphs separated by a space (less than an extra carriage return). Is there a... -
Paragraph Styles
Is there any way to copy just one Paragraph Style to another document? -
Form Paragraph
I have a form paragraph that once it has more than 1975 characters in it, the submit button on the form will not work. Any ideas? Thank you in... -
Dan Bracuk #2
Re: new paragraph in cfdocument
Instead of <td></td> try <p></p>
Where do you want the commas?
Originally posted by: sweetyp2005
How do I begin new paragraph between each #form.chk# value? And between each
value it also show ",". Can I omit that also?
<cfdocument format="pdf" filename="C:\savefile.pdf" overwrite="yes">
<cfdocumentsection>
<cfif isdefined('form.chk')>
<font size="-15"><cfoutput><td>#form.chk#</td>
</cfoutput></font>
</cfif>
</cfdocumentsection>
</cfdocument>
Dan Bracuk Guest



Reply With Quote

