On Wed, Nov 27, 2002 at 11:54:11AM -0500, Robert W March wrote: > My M505, OS v4.0, does not appear to have a fixed width font. > Therefore, when I pluck a plain text document that contains columns > of text, the columns appear jagged on the Palm.
A fixed width font is infact there, but it'll only show up in html that's been defined within <pre></pre> tags. Txt files ofcourse don't have the tags (or any for that matter) and are just being treated asis by the parser. I'd guess that this would have to be a change that happens in the parser, "If we know its a text file, imply the fixed width font" :) Try this out, edit you text file and place <pre> at the begining, and </pre> at the end. Re-parse it and view it. That should work. -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

