Thank you, guys: thumbsup:. After a bit of playing around I settled on this to display the black line I was after:
hr.sectionbreak {
color: #000000;
width: 10%;
border: solid 1px;
margin: 1em 45%;
}
'border 0' made the existing line vanish - or become white(?), and 2px was too thick, but 1px looks fine; 'backgroundcolor' doesn't seem to do anything.
|