Announcement

Collapse
No announcement yet.

image problem!

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

    image problem!

    If any of you get a sec, could you have a quick look at http://www.theperfectpad.co.uk/acatalog/naughtone.html,
    and tell me if all the images are showing in the centre of the screen. They show fine on my work PC, but not at home.

    This is my first foray into putting code into a fragment, I thought it had worked, but maybe not.

    NIck - www.theperfectpad.co.uk
    Trying to squeeze my moneys worth out of V7 - but not for much longer!

    #2
    The pictures don't show at all on my PC, but their empty placemarkers are in the middle.

    Regards
    Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
    Visit our facebook page for the latest news and special offers from Mole End

    Top Quality Integrated label paper for Actinic and Sellerdeck
    A4 Paper with one or two peel off labels, free reports available for our customers
    Product Mash for Sellerdeck
    Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
    Multichannel order processing
    Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

    Comment


      #3
      Nick

      They appear in the centre but the images are not showing as the path is wrong.

      file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/portion_button.gif

      Check <img src=" ">
      Dom Watts
      sales@sexy2wear.co.uk
      Sexy 2 Wear Lingerie - WARNING contains adult images

      Comment


        #4
        Thanks for the quick resonse - heres the code, what have I done wrong? I did the work in dreamweaver, and cut/pasted into a fragment.
        Nick
        Code:
        !!<<table width="50%" border="0" cellspacing="5" cellpadding="5">
          <tr> 
            <td colspan="3" height="45"> 
              <div align="center"><img src="file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/naughtone_logo.gif" width="243" height="52" alt="naughtone: a fresh approach to  designer furniture"></div>
            </td>
          </tr>
          <tr> 
            <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/Plus_by_naughtone.html"><img src="file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/plus_button.gif" width="142" height="142" border="0" alt="'plus' by naughtone: Storage solution and room divide."></a></td>
            <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/double_by_naughtone.html"><img src="file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/naughtone_double_button.gif" width="145" height="145" border="0" alt="'double' by naughtone: fifties inspired sideboard or tallboy"></a></td>
            <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/Portion_by_naughtone.html"><img src="file:///C|/Program%20Files/Actinic%20v7/Sites/Site1/portion_button.gif" width="145" height="145" border="0" alt="'portion' by naughtone: sleek contemporary modular sofa"></a></td>
          </tr>
        </table>>!!
        Trying to squeeze my moneys worth out of V7 - but not for much longer!

        Comment


          #5
          You are trying to use the file on your hard disk - you need to change the top image link to pick it up from your acatalog directory - I think that if you do this then Actinic will automatically copy the image file up for you.

          Regards,
          Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
          Visit our facebook page for the latest news and special offers from Mole End

          Top Quality Integrated label paper for Actinic and Sellerdeck
          A4 Paper with one or two peel off labels, free reports available for our customers
          Product Mash for Sellerdeck
          Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
          Multichannel order processing
          Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

          Comment


            #6
            Yeah, thats it J. The image path should be something like...

            http://www.theperfectpad.co.uk/acata...r_homepage.gif

            I think it sometimes works with just the `mibo_wallpaper_homepage.gif`, depending on where the image is stored.

            `plus_button.gif`. Hmmm. Wonder if you could hide a keyword (or two) within that image name.
            Football Heaven

            For all kinds of football souvenirs and memorabilia.

            Comment


              #7
              Hmm...... changed that - but I still don't think it works. Can't understand it. All the referenced files are in site 1. There must be a bit of naughty code somewhere. Nick

              Code:
              !!<<table width="50%" border="0" cellspacing="5" cellpadding="5">
                <tr> 
                  <td colspan="3" height="45"> 
                    <div align="center"><img src="naughtone_logo.gif" width="243" height="52" alt="naughtone: a fresh approach to  designer furniture"></div>
                  </td>
                </tr>
                <tr> 
                  <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/Plus_by_naughtone.html"><img src="plus_button.gif" width="142" height="142" border="0" alt="'plus' by naughtone: Storage solution and room divide."></a></td>
                  <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/double_by_naughtone.html"><img src="naughtone_double_button.gif" width="145" height="145" border="0" alt="'double' by naughtone: fifties inspired sideboard or tallboy"></a></td>
                  <td width="25%" height="135"><a href="http://www.theperfectpad.co.uk/acatalog/Portion_by_naughtone.html"><img src="portion_button.gif" width="145" height="145" border="0" alt="'portion' by naughtone: sleek contemporary modular sofa"></a></td>
                </tr>
              </table>>!!
              Trying to squeeze my moneys worth out of V7 - but not for much longer!

              Comment


                #8
                That last image isn't appearing. Check the image is in the acatalog directory and check the file name (including capitalisation which sometimes messes things up).

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment


                  #9
                  http://www.theperfectpad.co.uk/acatalog/plus_button.gif

                  Looks like you need the www etc bit as well...
                  Football Heaven

                  For all kinds of football souvenirs and memorabilia.

                  Comment


                    #10
                    Originally posted by george
                    http://www.theperfectpad.co.uk/acatalog/plus_button.gif

                    Looks like you need the www etc bit as well...
                    Not sure what you mean George. The 3 images in a row are effectively subsection buttons, so point to a url, the top image is just for fun so doesn't point to anything.

                    This is one of those jobs that I thought would be really straightforward!!

                    As far as I can see, all the images are referenced properly (i've checked and doublechecked), but one of the images still seems reluctant to show its face!!

                    Any more suggestions before I put my fist through my screen?

                    Nick
                    Trying to squeeze my moneys worth out of V7 - but not for much longer!

                    Comment


                      #11
                      the missing image is being referenced from http://www.theperfectpad.co.uk/acata...htone_logo.gif

                      assuming it is located in site1 then it should upload. Try adding it to additional files -

                      go to advanced menu, additional files and browse to the image you want to upload, then upload catalog.

                      let us know the result

                      Comment


                        #12
                        Have just worked with another site where the image would not show as "image.gif" but would load as "../image.gif" - no idea why, but if the file is definitely uploaded to the acatalog folder and still does not show, it may be worth trying.
                        hth
                        Bill
                        www.egyptianwonders.co.uk
                        Text directoryWorldwide Actinic(TM) shops
                        BC Ness Solutions Support services, custom software
                        Registered Microsoft™ Partner (ISV)
                        VoIP UK: 0131 208 0605
                        Located: Alexandria, EGYPT

                        Comment


                          #13
                          It could be that the image is a corrupt file which can happen when you batch process a load of images incorrectly (gif's can sometimes be given the .jpg extension or vice versa).

                          I have also looked on the site and you are getting an error 403 not a 404 so it is being uploaded.

                          Another possibility could be (don't know why or how this would happen) but the permissions of the file could be incorrectly set to not allow output. You can check this and change it with any ftp software. Make sure it is CHMOD 644 or that it can at least be read by anyone. It might explain why you can on one pc but not another.

                          If I were you I'd ask you service provider to see if they can see a problem, they might even work out the problem for you,
                          regards
                          Bangers
                          Boxhedge New Media Design
                          Design and development solutions for SME's.
                          Tel: 0118 966 2786
                          Examples of work can be found at http://www.boxhedge.com

                          Comment


                            #14
                            If you are happy using ftp away from actinic up load the file separately into an images folder (create this under public_html or htdocs) then just use the whole URL to reference the image ie
                            Code:
                            !!<<img src="http://www.myurl.com/images/image_name.gif" alt="alt text">>!!
                            Blushingbuyer, banishing blushes since 2000.
                            http://www.blushingbuyer.co.uk

                            Comment


                              #15
                              Jo - your solution worked - At least, I can see the offending image now - it would be good to know whether everyone else can though.(http://www.theperfectpad.co.uk/acatalog/naughtone.html)
                              Is this just an actinic quirk, or have I set something up incorrectly?
                              Thanks so much.

                              Nick
                              Trying to squeeze my moneys worth out of V7 - but not for much longer!

                              Comment

                              Working...
                              X