If I can't write <p style='text-indent:.3in'> in a file intended as an epub, I will of course substitute <p> for the thousand or so iterations of that indent. But how do I then define the <p> in the stylesheet?
.p { text-indent:.3in; }
?
(Sorry, never paid much attention to stylesheets before!)
|