Subscribe
1 maybe the simplest solution is to take the final text, add
2 line numbers to the text using a simple script, and stick
3 the whole thing in <pre>. i know the typewriter look
4 is a bit of a cliche (courier etc), but for presenting draft
5 text it might be appropriate. there's probably a font out
6 there somwhere that has the vertical position shifted
7 slightly for each letter... :o)
<MTEntries>
<MTLoop delimiter="\n" values="[MTTextWrap columns='80'][MTEntryBody convert_breaks='0'][/MTTextWrap]">
<$MTLoopN$>: <$MTLoopValue$><br>
</MTLoop>
</MTEntries>
You are not logged in, either login or create an account to post comments
When I first read this I thought it would be trivial to code into a template. The more I think about it, the more I think it might not be. With MT you have MTGetVar and MTSetVar so you could establish and retrieve a variable to get a count, and with a fixed-width layout, you should be able to make the result the same for all users, but I can't see off the top of my head how you'd increment line numbers without manually typing in some token at the end of each line (possible, but clunky)...
posted by stavrosthewonderchicken at 3:48 AM on January 26, 2004