Quote:
Originally Posted by Amalthia
Will I still need to use <div> or should I continue to use <span> I'm assuming the <span> tag should work now. 
|
It's your call -- the <span/> tag with 'display: block' will work just fine formatting-wise, but it makes your markup clearer if you use <div/>. For example, you
could use CSS to make <h1/> tags act like <p/> and use <h1/> instead of <p/> everywhere, but that would be
really confusing. Using a <span/> with 'display: block' where a <div/> will do is the same thing, only not nearly as bad.
Quote:
Originally Posted by Amalthia
Again thank you so much for your help and I think I'm gaining a better understanding of how this works.
|
Glad to help!
Quote:
Originally Posted by Amalthia
At this point I'm hoping this css code will help save me a lot of time on preparing my html docs for conversion to LRF.
|
May I ask why you're creating LRFs instead of EPUBs? With the sole exception of justified text, you should get much better results on the Sony Reader using EPUB.