1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Photos dissapearing!

Discussion in 'General' started by Louise, Apr 6, 2007.

  1. Louise

    Louise New Member

    Need help with the "Charity.zip" template.

    There are 4 small thumbnails on the template, photo1.jpg, photo2.jpg and so on. When I change the photos for my own, they disappear!

    My photos are saved in .jpg also, I save my photos in the directory called "images" just like the previous ones.

    I do see them at first no problem but then, when I start to click on links, after 2 or 3 times, then they dissapear.

    What am I doing wrong?

    Many thanks in advance for your help.
    Louise
     
  2. solemage

    solemage New Member

    make shure the codeing is write in the other pages, and the new images you put in were the same exact size as the originals?
     
  3. Connor

    Connor Moderator / Programmer

    Don't forget to name your images the same as the old ones.
     
  4. Louise

    Louise New Member

    My photos were renamed the same, i.e. "photo1.jpg", "photo2.jpg" and the size is the same also.

    Really don't have a clue why they keep disappearing....

    Thanks!
     
  5. solemage

    solemage New Member

    hmm... upload the index.html and the css and images.. I will check it for you.. have you tried it using a diffrent browser?
     
  6. rae5k

    rae5k New Member

    I'm having the same problem

    I have the same problem...Charity.zip template. The photos disappear if I change them to my own photos. I named them the same name, same size, and did not change anything yet the photos will no longer show up! Please help! I really like this template and have html experience yet cannot figure this one out.

    Thanks!!!!!!!!!
     
  7. webhead

    webhead New Member

    Is this just in IE? If so sounds like infamous IE6 float bug.

    To fix, in Charity index.html, in the left, right and photos divs, along with the id attribute, add class="clearfix"

    Then, in style.css, add the following:

    /* Stinkin IE6 float bug hack */
    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    .clearfix {
    display: inline-block;
    }
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
     
  8. dbbb220

    dbbb220 New Member

    I have this exact same problem with the Travel Agency template, but this fix still won't work. The images still disappear as soon as I change anything. They all have the correct file name, size and location. I've done dozens of sites before with no problems, please help...
     
  9. webhead

    webhead New Member

    of course, file names are case-sensitive on a linux server...
     
  10. dbbb220

    dbbb220 New Member

    It still happens though. I have the same file names, sizes, locations and case. Even when I edit the original image, saving it back over the original file, IE won't show it. When I run it through AOL, it works fine.

    How can I fix it?
     
  11. rae5k

    rae5k New Member

    The files are corrupt. Go to your page, view source so you are looking at the html. Copy all of the html from the notepad page and copy into a new notepad, resave, and all should be fine. It worked for me.