Thread: Absolute middle
View Single Post
Old 10-02-2012, 08:38 AM   #6
whichgrep
Member
whichgrep began at the beginning.
 
Posts: 11
Karma: 10
Join Date: May 2012
Location: near Melbourne, Australia
Device: none
Can you use a table?

I've only been using Sigil for a week or so; does it support HTML-style tables? (You'll still need the height of the page/table, though, which makes it non-portable).

Code:
table.Basic-Text-Frame {
    text-align:center;
    vertical-align: middle;
    width:100%;
    height:200px;
    border:0px;
}
p.Basic-Paragraph {font-style:normal;}

...
(snip)
...

<table class="Basic-Text-Frame" >
<td>
<p class="Basic-Paragraph">PART ONE</p>
<p class="Basic-Paragraph">BIRTH</p>
</td>
</table>
whichgrep is offline   Reply With Quote