Quote:
Originally Posted by ProDigit
line indent, I wonder... It's way easier to use a space in the HTML document, or worst case, use ' ' before each line that needs indenting.
|
Please, please do not do this. It's a terrible way to do it, as it adds actual characters into the text - someone copying/pasting the text will also get those characters. It also prevents someone who like no indent and a gap between paragraphs from easily obtaining that result.
CSS is intended to separate the appearance of the text from the structure of the text, making it much easier to consistently format the text for display, and to adjust that format. You really should be using it if you're making ePubs.