This is the first time I'm trying to put some text over an image.
Code:
<div class="scr">
<p><img alt="" src="../Images/scroll.jpg" /></p>
<div class="part">
<p class="m1">PART I</p>
</div>
</div>
Code:
.scr {
margin-top:80px;
margin-left:100px;
}
.part {
position:absolute;
top:210px;
left:365px
}
It looks perfect in Sigil, but in ADE the text is below the image. Is there a way to place the text over an image that would work in EPUB?
Thanks in advance.