View Single Post
Old 06-16-2011, 07:22 AM   #3
Nathan0015
Junior Member
Nathan0015 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2009
Device: PRS-505
I have tried using the 'format scene breaks' during conversion, but it does not seem to do anything. I am unclear on exactly what that option looks for to determine whether or not something is a scene break, or how to adjust that determination (if that is possible).

*Edit*

I think I found a way to do what I want using the search and replace, If I can copy the data found in the first search. For Example:

<p style="text-align:center;">.*?</p>

This searches for anything contained in my center aligned tags (which is what I want it to do). When It goes to the replace option is there a way for me to reuse the information it found between the tags? Ideally I would just want to replace the searched for information with the same information, plus <br/> before and after, so:

Search:
<p style="text-align:center;">.*?</p>
Replace:
<br/><p style="text-align:center;">.*?</p><br/>

while hopefully preserving whatever the .*? was

Last edited by Nathan0015; 06-16-2011 at 08:09 AM.
Nathan0015 is offline   Reply With Quote