View Single Post
Old 06-05-2012, 12:41 PM   #1
Azzura
Junior Member
Azzura began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2012
Device: Kindle
Margins being ignored

I seem to be having trouble getting left margins to work.

It will indent my whole paragraph but the value does nothing - it seems to pick 1 em no matter what value I give it....2em or 30px etc. It is to set off written letters in the text and then a further indent for signing


.letter {
margin-left: 2em;
}

.signed {
margin-left: 4em;
}

In a browser everything looks good - but once in a reader the format is gone. I should just go back to       - less headaches!
Azzura is offline   Reply With Quote