Tuesday, August 12, 2003, 10:10:59 AM, Januk Aggarwal wrote: > As for you request, it's fairly easy to modify the template I had > provided. If I understand you, something like:
> ,------ [ example ] > | Paragraph 1 > | > | Paragraph 2 > `---------- > Would become: > ,------ [ example ] > | Paragraph 1 > | Paragraph 2 > `---------- This is exactly what I mean! The problem is that the quick template that you kindly provided doesn't strip empty lines. It keeps quoting them. Basically what I wanted was is to compress 2 or more empty lines to one. ,------ [ ] | Line 1 | | Line 2 | Line 3 | | | Line 4 | | | | Line 5 `---------- to become > Line 1 > > Line 2 > Line 3 > > Line 4 > > Line 5 I thought that it was not possible (using template "language") till I saw that block quote did this. But as I said the syntax of templates is confusing me. I know I should try to understand it (due its tremendous power), but before doing this I should learn how to think in regex. One thing at time :) ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
