View Full Version : missing images...help
pleydell
06-08-2007, 12:47 PM
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
mburt
06-08-2007, 01:21 PM
Did you upload the images? Are they in the correct directory according to the file pointing to them?
pleydell
06-08-2007, 02:35 PM
Hi
Thanks for replying!
My site is www.tenerifecountryestates.comhttp://www.tenerifecountryestates.com/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)
riptide
06-08-2007, 02:37 PM
your site is not working. show me you CSS code.
pleydell
06-08-2007, 02:46 PM
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
pleydell
06-08-2007, 03:34 PM
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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.