Quote:
Originally Posted by DiapDealer
Code:
p.image_container {
text-indent: 0;
text-align: center;
}
Code:
<p class="image_container"><img src="../Images/blahblah.jpg" /></p>
|
Thanks!
Quote:
Originally Posted by Jellby
Note that there's no CSS in MOBI at all. You can use CSS in your source file, but it will be converted to <center> or whatever by kindlegen.
|
Cheers. I'm not too worried about what the MOBI looks like internally, just whether I can really write source HTML which works in all cases.