Linking a table to an external website.

G

Guest

I created a table within my website and would like to link it to a sharepoint
webpage. Can this be done in Frontpage? When I highlight the table the link
icon disappears. What should I do to get this to work for me? I know I can
liink the words in the table to another webpage but it wouldn't allow anyone
to just click on the table and go to the sharepoint webpage.
 
S

Stefan B Rusynko

Hyperlinks are not supported in Html except inside valid html block containers
To get around that use JavaScript and an onclick event for the <td> tag
<td onclick="window.location='pagename.htm';">
PS
Also link your text inside the cell for those w/ JavaScript disabled

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I created a table within my website and would like to link it to a sharepoint
| webpage. Can this be done in Frontpage? When I highlight the table the link
| icon disappears. What should I do to get this to work for me? I know I can
| liink the words in the table to another webpage but it wouldn't allow anyone
| to just click on the table and go to the sharepoint webpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top