View Single Post
Old 05-24-2009, 09:10 PM   #13
emellaich
Wizard
emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.emellaich ought to be getting tired of karma fortunes by now.
 
Posts: 1,101
Karma: 4388403
Join Date: Oct 2007
Device: Palm>Ebookman>IPaq>Axim>Cybook>Kndl2>IPAD>Kndl3SO>Voyager>Oasis
If you use an application like notepad++ (its free - FOSS) then you can open your HTML file and
Find: <div
Replace <p

Then
Find: </div>
Replace </p>

throughout the entire document. Note that I am actually finding/replacing a space after the last character so that it will help discriminate what I am looking for: "<div ". If, however, your div's have no attributes then you may just want to find "<div>
emellaich is offline   Reply With Quote