Hi. I've been making some tests with grep but I just can't find the solution. I've never used it, so it may be quite simple or maybe it just can't be done with grep... ;)
I'd be very grateful if someone can help me with this. -------------------------------- I have this code: <div class="gal-mini"> <a href="img/temp_05_06/tfr-01.jpg"><img class="gen-img" src="img/temp_05_06/tfr-01-th.jpg" /></a> </div> -------------------------------- And I want to convert it into this: <div class="gal-mini"> <a href="img/temp_05_06/tfr-01.jpg"><img class="gen-img" src="img/temp_05_06/tfr-01-th.jpg" /></a> </div> <div class="gal-mini"> <a href="img/temp_05_06/tfr-02.jpg"><img class="gen-img" src="img/temp_05_06/tfr-02-th.jpg" /></a> </div> <div class="gal-mini"> <a href="img/temp_05_06/tfr-03.jpg"><img class="gen-img" src="img/temp_05_06/tfr-03-th.jpg" /></a> </div> <div class="gal-mini"> <a href="img/temp_05_06/tfr-04.jpg"><img class="gen-img" src="img/temp_05_06/tfr-04-th.jpg" /></a> </div> ... -------------------------------- Thanks a lot. Cheers, Arturo Martín -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
