Hyperlink to whole table in HTML code.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • venpaldys
    New Member
    • Apr 2014
    • 1

    Hyperlink to whole table in HTML code.

    How to give a link to whole table???
  • ionezation
    New Member
    • Apr 2014
    • 8

    #2
    I think try this

    <table id=table></table>

    may be it works !!

    Comment

    • aswal
      New Member
      • Aug 2013
      • 38

      #3
      Your question is vague

      If you want to link the table to another page then use anchor tag <a href="your_link .html"> <table>Conten t</table></a>

      And if you want to link a link on your page to the table on another page then

      Create a html page with table inside it
      Now on the first page use anchor tag to link it with table page

      Comment

      Working...