Many things work fine in CSS. There are bunches of CSS examples in the wiki specific for ePub. italic text should work everywhere but text-transform is not to be trusted. text-indent is the preferred way to indent, ePub does not support all CSS so you need to be sure what you want is supported and not all readers follow CSS instructions. If you avoid depending on cascade you will be better off. Do a check of your CSS file for errors. An error in the file will cause the entire file to be ignored on Adobe based readers.
Dale
|