Announcement

Collapse
No announcement yet.

Image will not appear.

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

    Image will not appear.

    I would be very grateful if someone could give me advise on an image problem.

    On our website, we have always had a UK map in our terms and conditions to show our delivery areas, I have now created a new map and inserted the name of the file but it will not show in place of the other. It does not appear in the preview or when I upload. I have been reading other treads and added it to the additonal files, but I'm am unsure of where to go from here.

    How can i fix this problem?

    http://www.brownsladders.co.uk/acatalog/info.html

    Many thanks in advance

    #2
    Your page contains the following code.

    <img border="0" src="C:\Program%Files\Actinic%Business v7\Sites\Site1\images\uk_current.gif" width="150" height="320">

    which is a reference to a file on your disk drive (and a faulty one at that as some spaces have somehow metamorphosed into %'s).

    You should keep this image in your Site1 folder and simply use

    <img border="0" src="uk_current.gif" width="150" height="320">

    You may also need to upload it via Advanced / Additional Files.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      The easiest is to place the image in your Site1 folder and then just have the reference as image.jpg, no path will be required. You will also have to add this file to the additional files (after you have copied it to the site1 folder - so Actinic know ehere to find it). Also copy the image to the previewhtml folder.

      Edit - sorry some duplicated info - Norman posted seconds before me.

      Comment


        #4
        Scene 1:

        High noon, Bodge City. The four codeslingers of the Actinic Corall eye each other nervously watching for the first to go for the enter key.....
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Brilliant, thank you both for your help. I have sorted it.

          Regards,

          Lorretta

          Comment

          Working...
          X