Quote:
Originally Posted by kelemvor
It actually looks like nothign is formatted as an actual paragraph. Just linesof text with the <br stuff in the middle which just adds a line break. Maybe if I just replace the <br> tags with <p> tags that will do what I want. hmm
Otherwise I'l have to do a bunch of find/replace to swap the <br strings with regular <p> things and go from there I guess...
|
search: <br class="calibre1"/>
replace with: </p> <p class='your-class'>