View Single Post
Old 06-07-2013, 05:33 PM   #3
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,820
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by eggheadbooks1 View Post
Worked it out. By only specifying the left-margin indent, and lowering the top line width to 69.5%, the difference is barely legible to the naked eye. Will go with that.

Michelle
Also you can use CSS; try this css code in your css stylesheet:

Code:
hr {
   text-align: center;
   width: 70%;
   color: #000000;
   background-color: #000000;
}

.thick_line {
   height: 3px;
}

.thin_line {
   height: 1px;
}
And in the .html file use:

Code:
  <hr class="thick_line" />
  <hr class="thin_line" />
to display the two lines (see below a screenshot of my Kindle).

Regards
Rubén
Attached Thumbnails
Click image for larger version

Name:	screen_shot-18458.gif
Views:	382
Size:	11.2 KB
ID:	106752  
Attached Files
File Type: epub Styling hr.epub (2.4 KB, 278 views)
RbnJrg is offline   Reply With Quote