Announcement

Collapse
No announcement yet.

Problems Displaying Images in Preview Mode

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

    Problems Displaying Images in Preview Mode

    I'm building a site and am hard-coded some pictures into the site, which are not displaying when I view the site in preview mode.

    The pictures are saved as gifs in the 'Site 1' folder and I have referenced them in Advanced | Additional Files.

    Any idea why none of these pictures are showing up?

    #2
    For these images to be seen when previewing your site, you have to put them* in the "PreviewHTML" subdirectory of "Site1". (* let the originals under "site1" and put copies there).

    Jacques
    User of Actinic since V3 and living on the French riviera

    Comment


      #3
      Works like a treat. Thanks.

      Comment


        #4
        Actually, this works for all but one image - that I am having real problems with.

        The image is fairly small 20x17 pixels - but even when copied into the "PreviewHTML" folder, it still does not show up in preview mode.

        Any ideas???

        Comment


          #5
          Look at the source of the generated page and post what code is trying to load that image.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            I have the following code which is trying to generate the image 'ShoppingBasket2.gif'. Perhaps there's a problem with this?:

            <td colspan="2" align="center"><img width="20" height="17" border="0" scr="ShoppingBasket2.gif"> <span class="actxxsmall"> <font color="#ED0091">
            <script language="JavaScript">
            <!--
            document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
            document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
            // -->
            </script>
            </font></span>

            </td>

            Comment


              #7
              It's a typo. It should be src="ShoppingBasket2.gif" (not scr)
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                Thanks for spotting and taking the time to reply. Appreciated.

                Comment

                Working...
                X