1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

anchor cell

Discussion in 'HTML & Website Design' started by david_sakh, Jan 19, 2005.

  1. #1
    I'm not quite sure if and how a table cell can be turned into a link all its own. If anyone knows, please share. I tried a few G searches but I wasn't quite sure about what terms to enter...
     
    david_sakh, Jan 19, 2005 IP
  2. Mia

    Mia R.I.P. STEVE JOBS

    Messages:
    23,694
    Likes Received:
    1,167
    Best Answers:
    0
    Trophy Points:
    440
    #2
    So long as there is something in the table, ie., text and image it should work:
    
    <html>
    <body>
    
    
    <a href="http://www.mia.net""><table border="2">
    
    just go a head and click me
    
    </table></A>
    
    
    </body>
    </html>
    Code (markup):
     
    Mia, Jan 19, 2005 IP
  3. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can read my post on the 8244 thread. The same applies to tables cells - blow <a>'s up to fill out the cell and the entire cell will be clickable. You can also use JavaScript for this, but I would recommend to stick with CSS.

    J.D.
     
    J.D., Jan 19, 2005 IP