Quote:
Originally Posted by Ralph Sir Edward
Please let me get this straight.
I'm looking at a HTML with an internal link of --- <A HREF="unique identifier">...</A>.
The receiving link is <A name=unique identifier></A>
I can see plugging the A and the HREF but what do you do with the unique indentifier? (Each internal link has a different tag...)
Sorry for the ignorant questions, but you can't learn without asking....
|
If what you are doing is compiling a Table of Contents to important sections within your ebook, then you need to link, in that TOC, to the place where your "chapter" / sections are. If that "chapter" is identified by <
h1> or <
h2>, then you would use just that Tag name in bold with Mobipocket Creator.
If, on the other hand, you want to build a TOC with all your internal links, then just use Tag name =
a and Attribute =
href without specifying any Value. (This is the case you described above.)
It's quite powerful and can be augmented as =X= mentions above using a class definition with only the "links" you desire to be in the TOC generated by Mobipocket Creator.
I hope your experimentation has proved fruitful!