Quote:
Originally Posted by Turtle91
It appears you had a margin for your <body>. I set that to 0 and it appears to work fine...in Sigil...try it on your device.
|
My original body style had both margin and padding settings, but it didn't seem to make any difference so I took them out.
Code:
<body style="margin: 0; padding: 0; background-color:rgb(0,0,255)">
I can certainly put it back in and see what happens with the other changes. BTW I had the background color set to blue just so I could easily see the boundaries of the viewbox. I intend to use black for production.
There does seem to be a bit of a difference in the displayed image between the tablet, Sigil, and ADE. So while Sigil and ADE are good for quick previews, I send it to the device to confirm how it will look to the end user. Or am I supposed to code it so that it looks the same on all three? At this point that seems like a near impossible task.