Results 1 to 6 of 6

Thread: missing images...help

  1. #1
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default missing images...help

    Hi
    My images appear on my site offline but dissapear when on web... I have pointed the code at my website where my images are but they still dont appear...It is driving me crazy. Please help...do I have to put my website address or just the folder address?

    Thanks in advance

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Did you upload the images? Are they in the correct directory according to the file pointing to them?
    - Mike

  3. #3
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi
    Thanks for replying!

    My site is http://www.tenerifecountryestates.co...m/villa-8.html
    where you will find the page...on my browser I can see the thumbnails but it does not load up the larger image.
    On another computer (even yours) there are no pictures.

    please could you tell me if I need to put the href http etc in the address so that it points at the image which has already been uploaded.

    thanks (i know I sound stupid)

  4. #4
    Join Date
    Nov 2006
    Posts
    236
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    your site is not working. show me you CSS code.

  5. #5
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi
    Site is working sorry http://www.tenerifecountryestates.com/villa-8.html

    This is the head:

    <style type="text/css">

    /*Credits: Dynamic Drive CSS Library */
    /*URL: http://www.dynamicdrive.com/style/ */

    .gallerycontainer{
    position: relative;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
    }

    .thumbnail img{
    border: 1px solid white;
    margin: 0 5px 5px 0;
    }

    .thumbnail:hover{
    background-color: transparent;
    }

    .thumbnail:hover img{
    border: 1px solid blue;
    }

    .thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    }

    .thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    }

    .thumbnail:hover span{ /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
    left: 178px; /*position where enlarged image should offset horizontally */
    z-index: 50;
    }

    </style>

    This is the body:

    <div class="gallerycontainer">

    <a class="thumbnail" href="#thumb"><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\Copy of Copy of weby5.JPG" width="140px" height="100px" border="0" /><span><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby1.JPG" /><br /></span></a>

    <br />

    <a class="thumbnail" href="#thumb"><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby2.JPG" width="140px" height="100px" border="0" /><span><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby2.JPG" /><br /></span></a>

    <br />

    <a class="thumbnail" href="#thumb"><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby3.JPG" width="140px" height="100px" border="0" /><span><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby3.JPG" /><br /></span></a>

    <br />

    <a class="thumbnail" href="#thumb"><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\ttt.JPG" width="140px" height="100px" border="0" /><span><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\ttt.JPG" /><br /></span></a>

    <br />
    <a class="thumbnail" href="#thumb"><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\weby1.JPG" width="140px" height="100px" border="0" /><span><img src="C:\Documents and Settings\user\My Documents\Tenerife Country Estates admin\All TCE properties\all TCE properties\ID 8\villa suena azul 195\tttt.JPG" /><br /></span></a>

    </div>

    Thanks again

  6. #6
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi did you recieve that code...I can see that I am pointing at the image on my computer. What code or address do I need to link to the image on my server?

    Thanks again

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •