Announcement

Collapse
No announcement yet.

Whats wrong with my bit of HTML code plz?

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

    Whats wrong with my bit of HTML code plz?

    Hi

    I am using the smart template and I have images in the side bar. But I want to make them clickable to go to section pages. Try as I can the thing does not werk, I get the image in no probs but it just will not click.

    www.wmmotorsport.com

    The code
    <a href=/acatalog/Wheel_Studs.html><img src=stud-kit.jpg>

    Ta
    David

    #2
    Code:
    <a href="targetpage.html"><img src="img.jpg"></a>

    Comment


      #3
      Thanks for the code but try as I can still it will not work?
      All I get now is an "a>" in the box, this is the code

      <a href=acatalog/Wheel_Studs.html ><img src=stud-kit.jpg></a>

      Sorry to be a dim bloke today

      David

      Comment


        #4
        try simply:

        Code:
        <a href="Wheel_Studs.html"><img src="stud-kit.jpg"></a>
        and see if it works.
        Fergus Weir - teclan ltd
        Ecommerce Digital Marketing

        SellerDeck Responsive Web Design

        SellerDeck Hosting
        SellerDeck Digital Marketing

        Comment


          #5
          Hi Again

          It still does not work???????
          I am going mad here

          David

          Comment


            #6
            Originally posted by David B
            Hi Again

            It still does not work???????
            I am going mad here

            David
            Where are you putting the code?

            Inside actinic it needs to be !!<<>>!! Direct in HTML using your editor the code above will work? What image ref can we use as an example?

            Whats the URL of a page where it is not working?
            Affordable solutions for busy professionals.
            Website Maintenance | UK Web Hosting

            Comment


              #7
              Hi
              the offer sits on the home page with a link to the offer on that is
              www.wmmotorsport.com/acatalog/Wheel_Studs.html

              The image is called stud-kit.jpg

              I am sticking the code in design, options, right bar text, and clicking the code and customav options
              I put the image in addional files
              I can get just the image to work and have done lost of times

              I can get other images in html with links in text only pages to work on the home page, but not this bit in the sidebox?
              David

              Comment


                #8
                Hi Dave

                replace

                Wheel_Studs.html><img src=stud-kit.jpg><<!!

                with

                <a href="Wheel_Studs.html"><img src=stud-kit.jpg width="138" height="138" border="0"></a><br>

                Worked fine on our set up?
                Attached Files
                Affordable solutions for busy professionals.
                Website Maintenance | UK Web Hosting

                Comment


                  #9
                  Yiiiiiiiiiiippppppppppeeeeeeeeeeeeeeeeeeeeee

                  Sorted, right, round to the shop 4 an ice cream......

                  Thanks very much

                  Comment


                    #10
                    Hi Again, had myself a nice "99"
                    Right for the record here is the code I used

                    <a href="Wheel_Studs.html"><img src=stud-kit.jpg width="138" height="138" border="0"><br>

                    Thanks Again
                    David, www.wmmotorsport.com

                    Comment


                      #11
                      there has to be a </a> somewhere

                      all tags come in pairs ie

                      <a href....> to start with </a> to finish

                      Comment


                        #12
                        Originally posted by pinbrook
                        there has to be a </a> somewhere

                        all tags come in pairs ie

                        <a href....> to start with </a> to finish
                        Indeed or else you would turn every piece of content code after the image into a link
                        Affordable solutions for busy professionals.
                        Website Maintenance | UK Web Hosting

                        Comment

                        Working...
                        X