in reply to Preventing word wrapping in html/cgi
You can use PRE tags which will display the text without introducing new new-lines, but this will also display it as a fixed-font size, which might defeat your purpose.
The only way around wrapping problems is to use either HTML or CSS elements to specify the width of the region that you are trying to print into. (A common use, for example, is to use a TABLE with a single TR, TD set, with a width set to an explicit number like 500 pixels).
-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com
||
"You've left the lens cap of your mind on again, Pinky" - The Brain
It's not what you know, but knowing how to find it if you don't know that's important
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Preventing word wrapping in html/cgi
by sdyates (Scribe) on Aug 28, 2001 at 19:00 UTC |