View Single Post
Old 08-05-2013, 10:19 AM   #4
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,355
Karma: 20171571
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
If your "special" lines are not already marked in some way then you will have to manually go through the book to make changes. However, you can create a "clip" using the clip editor that will make this process much easier. All you need to do is highlight all the lines you want to "bundle" and then click on the clip to wrap the bundled lines in a container.

I use several but here are a couple of examples:

Div: <div class="">\1</div>
Block: <blockquote class="">\1</blockquote>

Once I use the clip then I just fill in the class I want to use between the quote marks. I definitely use MZMM's technique:

CSS (styled as you desire)
.poetry {margin:2em}
.poetry p {font-style:italic; text-indent:0}

HTML
<div class="poetry">
<p>line 1</p>
<p>line 2</p>
<p>line 3</p>
...
</div>
Turtle91 is offline   Reply With Quote