Linly, Martin is right, there's no easy way to do this. You could introduce some markup (as Martin suggested) but then you will have to be able to keep track of which line it is. (You could match \n, but seems messy...). Not easy.
I'll be doing some reworking on the line spacing issue in BoltWire before 3.xx (ie, hopefully soon). When I do that I may add some kind of hook for something at the end of every line. Not sure if it will be possible, but I'll keep this in mind. I do plan to try exploding the entire page by line breaks, and wrapping lines in div's that way. Easy enough. The problem is trying to distinguish between lines with text content (paragraphs) verses just code, so I can wrap only the parts I want to in div's. Not an easy issue... Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
