| ||||||
| 5/23 |
| 2005/1/31-2/1 [Computer/SW/WWW/Browsers] UID:36004 Activity:kinda low |
1/31 Is there an easy way to wrap text at 72 columns in Mozilla? Thanks!
\_ Do you mean in HTML you're writing for a page or in <textarea> tags
or while viewing source... More details, please.
\_ Sorry--when viewing plain text with no line wraps.
\_ <div style="width: 72em">....</div>
Put the text in the div. This will sort of work, but not great in
a proportional font. |