Quote:
Originally Posted by eggheadbooks1
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