View Single Post
Old 03-08-2013, 06:25 PM   #3
Eleni
Junior Member
Eleni doesn't litterEleni doesn't litter
 
Posts: 5
Karma: 110
Join Date: Mar 2013
Device: Kindle Classic
Thanks for responding Marty:

I suspect the problem is in the CSS as the dot seems to remain fixed like the title header or perhaps the page break which would make sense. If anyone is familiar with CSS, I'd like to see if I'm on the right track here with my assumption. Thanks



body { text-align: justify }

blockquote { margin: 0em 0em 0em 2em; }

p { margin: 0em; text-indent: 1.5em }

.bold { font-weight: bold }

.italic { font-style: italic }

.underline { text-decoration: underline }

.mbp_pagebreak {
page-break-after: always; margin: 0; display: block
}


.calibre_67 { margin-top: 2em; text-indent: 0pt; text-align: center }

.calibre_362 { margin-top: 1em; text-indent: 0pt; text-align: center }

.calibre_18 { margin-top: 0pt; text-indent: 0pt }

.calibre_19 { margin-top: 8pt; text-indent: 0pt }

.calibre_379 { margin-top: 0pt; text-indent: 1em }

.calibre_14 { margin-top: 3em; text-indent: 0pt; text-align: center }

.calibre_69 { margin-top: 14pt; text-indent: 0pt }

.calibre_17 { margin-top: 2em; text-indent: 0pt }

.calibre_10 { vertical-align: baseline }

.calibre_12 { margin-top: 1em; text-indent: 0pt }

.calibre_7053 { margin-top: 1em; text-indent: -19pt; margin-left: 19pt }

.calibre_7057 { margin-top: 0pt; text-indent: -19pt; margin-left: 19pt }

.calibre_356 { margin-top: 14pt; text-indent: 0pt; text-align: center }

.calibre_9 { margin-top: 0pt; text-indent: 0pt; text-align: center }

.calibre_51 { margin-top: 8pt; text-indent: 0pt; text-align: center }

.calibre_393 { margin-top: 8pt; text-indent: 1em }

.calibre_60 { margin-top: 8em; text-indent: 0pt; text-align: center }
Eleni is offline   Reply With Quote