No, you can't use a table because a table will be converted to an image when
you Publish to the Web and create your HTML. That kills hyperlinks.
Secondly, the only way to do it right now is to use the Insert HTML code
Fragment tool, to insert a code fragment into your Pub doc...but not within
a text box, or a table...or overlapping any other design element.
First you need to understand how to use Bookmarks on a single page.
Reference: Bookmarks aka Hyperlinking to a place on a page:
http://msmvps.com/blogs/dbartosik/archive/2006/01/09/81265.aspx
Assuming that you are using Pub 2003, and the supporting folder option, then
Publish to The Web, to a folder on your hard drive where you can study the
files. Open the index_files folder and find the page name of the page where
you will insert the anchor tag. Then you will write your code snippet:
<A HREF="
http://yoursite.com/index_files/Page398.htm#READHERE">Click here
for answer!</A>
Be sure to match upper and lower case exactly (example use the underscore,
not a space when typing "index_files") You can name your anchor tags
READHERE1, READHERE2, etc. or something else, and insert them into your
pages where you want the page to load. You can change the "click here for
answer" to any text you want. You can use the code fragment example for the
anchor tag as per the referenced article.
DavidF