Linking a table to an external website.

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top