Quote:
Originally Posted by toothpaste
i use kindlegen compile the file you attached, and delivered it to my kindle touch , that broken html tag still exist 
|
You're right, I just tested it on my Kindle. (It looked OK both in the Kindle app and the Kindle previewer.)
It seems that the following line in the stylesheet is causing the problems:
Code:
.item_title {
text-align: center;
margin: 0 auto;
width: 70%;
}
Once I deleted it, all headings looked OK.