View Single Post
Old 04-13-2018, 07:27 PM   #6
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Hopefully there IS some nicely named images...if not, you could just use sigil's renaming capability to give them good names...just right click on the image (or select multiple images) in the Book Browser/Images folder, then select 'rename'.

Expanding on the example above:

<img alt="BigA" src="../Images/BigA.jpg"/><p>ardvark</p>

Code:
search: <img alt=".*?" src="../Images/Big(.)\.jpg"/><p>(.*?)</p>
replace: <p class="firstpara">\1\2</p>

and include whatever styling you wish for the first paragraph of a chapter:
p.firstpara {yada yada}

Last edited by Turtle91; 04-13-2018 at 07:30 PM.
Turtle91 is online now   Reply With Quote