Thread: Box in Sigil
View Single Post
Old 09-08-2011, 10:40 PM   #1
deasha
Junior Member
deasha began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2011
Device: PC,iPad
Box in Sigil

I've been trying to make box in Sigil by using stylesheet.
using Adobe Digital Edition, I can view the box properly. However, when I view the ebook using ibook, the box can't be view properly. The alignment is still off eventhough I hv made modification to the code. This is the code that I use:

Quote:
div.box
{
width:200px;
padding:10px;
text-align:center;
border:3px solid black;
margin:0;
}
is there a problem with the code? why viewing in Adode digital edition and ibook have different?
deasha is offline   Reply With Quote