Quote:
Originally Posted by crankypants
I started trying to change the formatting in CSS to make all <h2> tags underlined, but I'm using EPUB2 readers, and the text-decoration command is for CSS3, and EPUB3.
So, is there another way to automatically underline all <h2> rules without having to change the actual XHTML?
Thanks.
|
The text-formatting was actually already present in CSS1 (see also
here). They redefined it for CSS3, but it works fine in ePUB2.