Quote:
Originally Posted by crutledge
As far as "id" and "name" goes, I use Tidy 4.0 as a pretty printer for the PG files. It always replaces "id" with "id' + "name".
<a id=...></a> becomes <a id=... name=...></a>. This format is used through out many PG files and has never caused a problem before. If it's not broke, leave it alone.
|
Tidy "creates" HTML, ePUb needs XHTML 1.1 (or something like that), they are similar, but not the same.