Announcement

Collapse
No announcement yet.

Trouble adding an image with a link to a page.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Trouble adding an image with a link to a page.

    PLease help me wrestle with Actinic design.
    I have tried to add an image of our support suite above the cart in executive design website.
    Unfortunatly now actinic kicks out errors that I have to instruct to ignore now and when I click on the image nothing happens.

    Can someone please help.

    <div align="right" <a href="http://www.freeyourmobile.biz/acatalog/support.html">
    <img src="http://www.freeyourmobile.com/support/themes/client_default/supportsuite.gif" border="0"
    alt="Customer Support Suite"></img></a>
    <table border="0" cellspacing="0" cellpadding="0">
    <tr>

    http://www.freeyourmobile.biz/acatal...le_phones.html

    #2
    Attached shows what I see and the link works.
    What is you want or doesn't work?
    Attached Files

    Comment


      #3
      Originally posted by freeyourmobile View Post
      <div align="right" <a
      You have borked the HTML and not closed the <div>

      <div align="right"> <a

      There is no closing </div> in your example ... unless it comes after the <table> coding.

      .. and you don't need to close the </img> either


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        HTML Code:
        <div align="right">
        <a href="http://www.freeyourmobile.biz/acatalog/support.html">
        <img src="http://www.freeyourmobile.com/support/themes/client_default/supportsuite.gif" border="0" alt="Customer Support Suite" /></a>


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Thank you getting closer.
          THe image appears and I can click on.
          I hav managed to clear the error messages also which was a block command with no end.

          I have now got a slightly different problem a blue stripe across the back of the logo underneath the shopping cart and a gap in the menu.
          Any ideas please how to remove this block.
          One pc looks fine another has this block another you can see nothing it is definatly incorrect in mozilla and varies between different internet exprorers.

          Comment


            #6

            Comment


              #7
              Quickest solution is just to resize your logo to max of 65px high instead of 88px as it is now.
              Attached Files

              Comment


                #8
                Thank you very much.
                Made the logo & image on the right larger which forced the blue border down.

                Comment

                Working...
                X