Announcement

Collapse
No announcement yet.

image missing

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

    image missing

    can anyone help, i am missing two images on my index page.
    this is the coding i have put into the value box in my site defaults
    <a href="http://www.ewennyangling.com/acatalog/Delivery.html"><img src="file:///C|/Program Files/Actinic v7/Sites/Site1/NOT_CATALOG/MyDocs/My Webs/Ewenny Angling Online Shop/images/mainsectionimages/terminalpostage.jpg">

    can anyone spot the mistake, the image file is in the site 1 folder and uploaded but the image is still missing on the site.

    www.ewennyangling.com

    Mel

    #2
    Originally posted by melanie
    the image file is in the site 1 folder
    if in the site 1 folder all you need to enter is "terminalpostage.jpg"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Just looked at the homepage and the 2 missing images are indeed point to your hard drive - which is obviously not available for the world to see


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        missing images

        Thanks for replying so quickly

        So should this be the coding?

        <a href="http://www.ewennyangling.com/acatalog/Delivery.html"><img src="file://terminalpostage.jpg">

        Mel

        Comment


          #5
          Not quite ....

          if you are entering these paths into the Design | Options | Site Defaults you need to use...

          <a href="http://www.ewennyangling.com/acatalog/Delivery.html"><img src="http://www.ewennyangling.com/acatalog/terminalpostage.jpg" alt="Delivery Details" /></a>

          as the image is being used on different levels of the site best to use an absolute path to the image on the website (assuming it is uploaded there)

          the <img> tag needs the ALT tag to allow for SEO and slow loading sites
          the </a> closes the hyperlink

          HTH

          *** edit *** as this is referencing an image outside of the Actinic site it may generate a warning during upload / snapshot - this is fine and can be ignored
          Last edited by jont; 22-Aug-2006, 02:48 PM. Reason: error message


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            images

            Thanks for the coding, have now amended the coding and uploaded the site, hopefully the images can now be seen!

            Mel

            Comment


              #7
              I can see an "all terminal tackle" and a "cloud" image

              glad you got it working


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #8
                images

                thank you, thank you, thank you, have been messing about with that for a week now, it was doing my head in.

                Should have come to the forum for help at the start, will do from now on.

                Thanks again,
                Mel

                Comment

                Working...
                X