View Single Post
Old 08-15-2012, 08:46 AM   #1
tacos
Junior Member
tacos began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2012
Device: none
No margin middle in ePub

Hi there.

I'm doing a book (ePub) with pictures and I have a problem. I want the images without the margin width.
Please, look this picture : http://imageshack.us/f/816/marginepub.png/
I don't want the margin of the middle (the red in the picture).

My css code :
body {
margin: 0;
widows: 0;
orphans: 0
}

My html code :
<img alt="" src="../Images/page1.png" width="100%" />

Thank you for your answers.
Kévin
tacos is offline   Reply With Quote