Quote:
Originally Posted by daveconifer
Since my other question was answered so quickly in another thread (Thanks Albert!) I thought I should open a new thread for my other problem.
The Sigil validator is complaining about my Section0001.xhtml file:
1) attribute 'align' is not declared for element 'h1'
and
2) attribute 'align' is not declared for element 'p'
Does this make sense to anybody? As always, thanks in advance!
|
you just cant use a naked
align in a tag. It should be preceded by style= (as you probably found from using the justification buttons in Sigil)
IMHO use a stylesheet entry (and
class="whatever" where needed) if the styling is going to be use repeatedly, that way changing you mind is real
easy