View Single Post
Old 12-16-2013, 03:27 AM   #1
pargoo
Member
pargoo began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2013
Location: Melbourne, Australia
Device: kindle paperwhite v2
Section divider problem.

After deciding I'd use something different from the standard three asterixes for section breaks, I took the advice on the Sigil Tutorial and tried this:

<hr width="10%" color="#000000">

My first attempt gave me an immediate error, which I allowed Sigil to auto-correct into:

<hr color="#000000" width="10%" />

I now have nice solid black lines centered where I want them, but today a test-run of Flightcrew returned the following errors:

'attribute 'color' is not declared for element 'hr', and
'attribute 'width' is not declared for element 'hr'

Apparently I have to replace one or both of these attributes via CSS using 'color' and 'background-color' properties, but how exactly?
Thanks.
pargoo is offline   Reply With Quote