Mobi doesn't support CSS - what happens is that the various Mobi creation tools attempt to convert CSS into the appropriate tag attributes, so it's a question of how well (or otherwise) the various tools carry out this conversion.
If you want the maximum flexibility, you're best off avoiding CSS (and this conversion process) and directly coding the attributes in the HTML tags, as you've done in the example you quote.
|