Joomla clickable image/text problem

Discussion in 'HTML & Website Design' started by leanchristmas, Mar 10, 2013.

  1. #1
    Hello,
    I created template using Artisteer 4. Becase Artisteer is not offering top-right position, I created one manually. I created new custom HTML module, and inserted it in newly created position (Position 31). Everything is looking fine but I can not create links from that module positions, neither text or image are clickable. I tried everythig, wrote HTML code to be sure links are ok etc.
    Don't know what to do next :confused:
    Here is the Link Little Germany flag should take you to joomla.org , but as you can see it is not clickable
    And as you can see logo ont he left side is clickable, but that logo is in original position offered by template..
    many thanks in advance
     
    leanchristmas, Mar 10, 2013 IP
  2. cesurasean

    cesurasean Active Member

    Messages:
    269
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Need to make the image a hyperlink -
    <a href="http://whatever.com"><img src="http://whatever.com/images/img.jpg"></a>
    Code (markup):
     
    cesurasean, Mar 10, 2013 IP
  3. leanchristmas

    leanchristmas Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    No, hyperlink was fine. I had to delete some other div in css, it was causing a problem.
    Thanks anyway cesurasean . This can be marked as solwed.
     
    leanchristmas, Mar 11, 2013 IP