Passing w3c validation is meaningless. In order to ensure that your markup display well in ebook readers, you have to ensure it is reflowable. This means not using absolute sizes/positions, tables for layout and so on. If I were you I'd use the filter css conversion options to remove all width position, left, top, height etc css properties during conversion.
|