Hi,
I'm converting EPUB to MOBI , so I could use it on Kindle. At first it was direction:ltr by default when opened on Calibre viewer, so I added the code:
body
{
direction:rtl;
}
It made everything work great. BUT! when I moved the file to my kindle, it just removed the direction:rtl CSS command.
Anyone has a solution?
TNX!
I'm converting EPUB to MOBI , so I could use it on Kindle. At first it was direction:ltr by default when opened on Calibre viewer, so I added the code:
body
{
direction:rtl;
}
It made everything work great. BUT! when I moved the file to my kindle, it just removed the direction:rtl CSS command.
Anyone has a solution?
TNX!