Results 1 to 5 of 5

Thread: Hyperlinking an image in a table cell
      
   

  1. #1
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Hyperlinking an image in a table cell

    Hello all

    Using tables, I have inserted an image in a cell, using 'cell properties' but there is no apparent way to link that image.

    Does anyone know if there is a way?

    Here is the link http://www.cleaner-image.co.uk/ and the images I am talking about are the 'add to basket' ones.

    Thanks in advance

    Darren
    Happy Building

    DarrenC

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Hyperlinking an image in a table cell

    Not much help for you! But would this be more a case of linking to a form if its a cart button. ? . A html link can be done, but i am not quite sure this is what you are after?

  3. #3
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Hyperlinking an image in a table cell

    Quote Originally Posted by Collectors-info View Post
    Not much help for you! But would this be more a case of linking to a form if its a cart button. ? . A html link can be done, but i am not quite sure this is what you are after?
    Thanks for taking a look Chris.

    I just want to create a link on these buttons which takes my customers to my shopping cart. This is possible in any other way, but it seems that although you can lock an image into a cell, the trade off is you can't link from it.

    Never mind I'll probably put a transparent image over the top(s), and link from that or move those images to outside the table and pull my hair out trying to line them up.

    I was just hoping for an easier way.

    Darren
    Happy Building

    DarrenC

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Hyperlinking an image in a table cell

    I can only think of doing it with some code in the cell's html area like placing this type of thing in the between the "inside tag" area of the cell.

    <a href="http://www.cleaner-image.co.uk"><img src="http://www.cleaner-image.co.uk/images/add_to_cart.gif"alt="your image discription"border="0"style="width:102px;height:16 px;"

  5. #5
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Hyperlinking an image in a table cell

    Quote Originally Posted by Collectors-info View Post
    I can only think of doing it with some code in the cell's html area like placing this type of thing in the between the "inside tag" area of the cell.

    <a href="http://www.cleaner-image.co.uk"><img src="http://www.cleaner-image.co.uk/images/add_to_cart.gif"alt="your image discription"border="0"style="width:102px;height:16 px;"
    Thanks Chris, I'll take a look at that.
    Happy Building

    DarrenC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49