Quote:
Originally Posted by kovidgoyal
Use tables.
|
The use of tables as a method of layout, although common, is considered poor practice. It makes separation of content and layout more difficult and can be a real mess to maintain if you change the layout. I think this might be even more of an issue with an ebook, because of widely varying screen sizes.
Yes, if we just want to make it work, tables will do the job. If trying to use the recommended standards of today and looking ahead, it's best to do the layout with CSS. I'm trying to break old habits myself and do things the "correct" way.