Announcement

Collapse
No announcement yet.

Images X'd out

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

    Images X'd out

    I have added numerous images to act_primary.html. They appear in Dreamweaver but when I upload the page to the site, all images are X'd out. I tried including the path/file name in the Additional Files box but they still aren't loading. Can I add images to this file?

    Sample page http://pearlstrings.com/acatalog/Bracelets_Page_1.html
    Cindy

    Girl Scouts of Huron Valley Council
    Ann Arbor, Michigan

    #2
    Actinic uploads all extra images directly to acatalog on the server. Your HTML is e.g. <img src="images/hbracelets.jpg" border="0"> which means your trying to fetch them from acatalog/images - this would require you to manually upload them into such a sub-directory of acatalog.

    Alternatively (and cleaner) put these images into Site1 on your PC and remove the images/ bit from your code.

    PS your images are already there. If i look at http://pearlstrings.com/acatalog/hbracelets.jpg I can see that image. Your HTML is just looking for them in the wrong place.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Norman,

      A quick question. Do the images need to be directly within Site1, or can they be in a sub-folder within Site1?

      Regards,
      Susan.
      Susan.

      www.CardsAtYourFingertips.co.uk
      Innovative and Original greetings cards for all occasions

      Comment


        #4
        Put them in Site1 otherwise you will still end up with the same problem.

        Product images, however, will be fine in a sub-directory.
        Cheers,

        Ollie
        The Classic Network

        Comment


          #5
          That's it. As Ollie says, use Site1 for Template based images. That way you'll see them on Preview and they'll be uploaded correctly to your website.

          Product Images can be anywhere (but I'd recommend keeping them in a sub-folder of your Site1 - that way if you back up all of Site1 you save everything).
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X