View Single Post
Old 07-14-2017, 03:53 AM   #20
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Hi

I used this plugin to correct
- images
- suppressing divs

It works great for these two items. Some books are really cluttered with lots of useless divs. Maybe there could be room for a small improvement.
about divs
I think that suppressing divs is not very advisable when it concerns images. It replaces the tag div with a tag p, but the second often (at least for French text) introduces a text-indent (while the former never carries one with it) and so the centering of the image is defective.
about small images
For the images, I remarked the creation of some inline code like
Code:
style="txt-align:center"
where
Code:
style="text-align:center"
seems more correct.
roger64 is offline   Reply With Quote