in reply to Re^2: Rein in overly long|wide code segments via CSS
in thread Rein in overly long|wide code segments via CSS
PM code wrapping only occurs if "Auto Code Wrapping" is unchecked. After the specified width, the line is broken and a red "+" is placed in the first column indicating it's a continuation. Clicking the "download" link provides the unwrapped code.
looks like1234567890123456789012345678901234567890123456789012345678901234567890 +123456789012345678901234567890
1234567890123456789012345678901234567890123456789012345678901234567890 +123456789012345678901234567890 [download]
Anyway, just posting an alternative.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Rein in overly long|wide code segments via CSS
by parv (Parson) on Apr 02, 2008 at 22:45 UTC |