PDA

View Full Version : Within Document Name Links


emceephd
03-12-2004, 12:34 PM
I am putting together a page of comics and have a set of links at the top. You click on the link and it skips down to the right comic on the same page.

I am using <a href#LINK>LINK</a> and <a name="LINK"> to do the job. Right now it is not working.

I suspect that the issue may be with my use of <font style> tags that precede the <a href> tags.

Any ideas? If this is the case, please fix the bug.

Thanks!

iSilo
03-12-2004, 01:48 PM
If the target of a link is to a cell within a table, iSilo has a limitation in that it will jump to the beginning of the row of the top-level table containing the cell.

In the case of your file, you have a table that has one cell that contains the entire content of the page.

Remove the table or disable table formatting and it will work as expected.

emceephd
03-15-2004, 01:49 PM
Many web pages use these large tables. Do you think it is possible for iSilo (in a future version) to fix this limitation or is it inherently impossible?

Thanks for the quick reply and the iSilo program is outstanding.

iSilo
03-18-2004, 04:33 PM
Yes, at some point, the table support will be reworked to overcome the limitation.