Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rogere

  1. rogere

    row spacing in <pre> text output

    tlHawkins: It's fixed. It was an HTML issue. Wrapping each output line in <pre> </pre> caused the extra spacing. I just wrapped the whole <CFTABLE> </CFTABLE> in one pair of <pre> </pre> tags and got the formatting I was looking for. Your &quot;..... no formatting around it&quot; rang a...
  2. rogere

    row spacing in &lt;pre&gt; text output

    tlhawkins: I'm not having trouble with carriage returns or line feeds within the text string. Your suggestions made no difference to the output. The field I'm trying to display is a char(140) field from a sql table which contains formatted report output, 1 line per record, with fields aligned...
  3. rogere

    row spacing in &lt;pre&gt; text output

    I'm outputting a preformatted report. Character spacing is all important. When the single field to be output is wrapped in <pre>. ie. <pre>#PrintLine#</Pre>, the rows in the output whether CFOUTPUT or CFTABLE are at least double spaced. Any idea how to overcome this, or of better alternatives ...

Part and Inventory Search

Back
Top