How to underline all <h2> tags?
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.
|