View Single Post
Old 01-09-2009, 07:28 PM   #25
llasram
Reticulator of Tharn
llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.llasram ought to be getting tired of karma fortunes by now.
 
llasram's Avatar
 
Posts: 618
Karma: 400000
Join Date: Jan 2007
Location: EST
Device: Sony PRS-505
Quote:
Originally Posted by Amalthia View Post
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 View Post
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 View Post
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.
llasram is offline   Reply With Quote