Am 18.04.2012 um 20:32 schrieb Tim: > On 18/04/2012 1:25 PM, Martin Strand wrote: >> Another option is to leave the code as it is right now and fix this with CSS >> instead: >> >> p.mytext { >> white-space: pre; >> } > > I originally did it this way, but I found that really long lines didn't wrap > at all--they just went off the page.
Why not using CSS for this: <span style="word-wrap: break-word;"> </span> Markus Grell --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org