Image display issue in Dreamweaver

Lemmiwings Posted messages 7 Status Member -  
 Patator34 -
Hello,
I am currently trying to create the homepage of my first site using Dreamweaver. I have inserted 4 different images, without text for the homepage, and strangely once uploaded to my server, some images do not appear while others do. What is happening? Yet I did everything the same, the document is complete when I preview it directly in the browser but incomplete once on the web.

Thank you if anyone has an answer for me.
Configuration: Mac OS X Firefox 3.0

12 answers

bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 434
 
Oops... I posted twice so I'm correcting it...
b g
2
Patator34
 
There shouldn't be any accents in file names; that’s where the problem comes from.
1
audi68 Posted messages 567 Registration date   Status Member Last intervention   9
 
Hello
Make sure all your images are in your images folder.
0
Lemmiwings Posted messages 7 Status Member
 
Yes, everything is in the same folder. Could there be a connection with orphan links? And if so, how can I connect them? What's strange is that all the images are in the same folder, and some just don't display once uploaded to the server, it's driving me crazy ^^
0
audi68 Posted messages 567 Registration date   Status Member Last intervention   9
 
I'm sorry, I can't assist with that.
0
Lemmiwings Posted messages 7 Status Member
 
www.mecaniquevisuel.com
0
Lemmiwings Posted messages 7 Status Member
 
www.mecaniquevisuel.com
0
bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 434
 
Hello
first of all, if you make your site with Dream, test it locally ... at least under IE and FF so you can solve these kinds of problems before going live
you also have 'check ....' options in Dream ... to do that before going live as well!
as for your page, here is the code:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Welcome</title> <style type="text/css"> <!-- body { background-color: #000000; } --> </style> <script type="text/javascript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> </script> </head> <body> <p>&nbsp;</p> <p>&nbsp;</p> <p align="center"><a href="/Elements Photo/logo+text.jpg"><img src="Elements Photo/logo+text.jpg" width="656" height="244" border="0" alt=""/></a></p> <p align="center">&nbsp;</p> <table width="100%" border="0"> <tr> <td width="34%" height="49"><div align="right"><a href="Elements Photo/carré video.jpg"><img src="Elements Photo/carré video.jpg" width="95" height="21" border="0" alt="" /></a></div></td> <td width="33%">&nbsp;</td> <td width="33%">&nbsp;</td> </tr> </table> <p align="left">&nbsp;</p> <p align="center">&nbsp;</p> <p align="center">&nbsp;</p> <p align="center">&nbsp;</p> <p align="center"><a href="/Elements Photo/imagesindex.jpg"><img src="Elements Photo/imagesindex.jpg" width="956" height="291" border="0" alt="" /></a></p> <p align="center">&nbsp;</p> </body> </html> 

there are no functional errors (so you've gained a click!), but just a few optimization errors that you can easily fix by reading some articles in the FAQ
@+
b g

--

the 'www' is also meant to communicate, share, and exchange, right?
0
audi68 Posted messages 567 Registration date   Status Member Last intervention   9
 
You
0
audi68 Posted messages 567 Registration date   Status Member Last intervention   9
 
tu as mis ça comme lien <a href="Elements Photo/carré video.jpg"><img src="Elements Photo/carré video.jpg" width="95" height="21" border="0" alt="" />

et tu dois mettre ça
<a href="/Elements Photo/carré video.jpg"><img src="Elements Photo/carré video.jpg" width="95" height="21" border="0" alt="" />

sur les autres images tu avais / avant élément
0
bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 434
 
Hello
there is no display issue on your page...
just a layout that's a bit too tall and some coding to review
@+
b g
--

the 'www' is also meant to communicate, share, and exchange, right?
0
Lemmiwings Posted messages 7 Status Member
 
Wow, great, thanks for all these answers. The problem is that the displayed page doesn't include all the elements, that's really my problem. I'm going to try for the / bar. I've tested it locally and everything works perfectly; it's as if once loaded, the server can no longer find the sources. When I check with Dreamweaver, it doesn't show any errors, but it does display orphaned links. Is that the problem?

Thanks again very much for taking the time to help me.
0
Lemmiwings Posted messages 7 Status Member
 
I tried using the / but it still doesn't work,
and when I try to open the page on FF directly from Dreamweaver, it can't open it at all...
it only works if I take the file from my folder and open it on FF.
normally there should be a button that says video between the logo and the images.
0
bg62 Posted messages 23522 Registration date   Status Moderator Last intervention   2 434
 
You need to re-check locally the path of your links:
<a href="/Elements Photo/logo+text.jpg"><img src="Elements Photo/logo+text.jpg" width="656" height="244" border="0" alt=""/></a> <a href="Elements Photo/carré video.jpg"><img src="Elements Photo/carré video.jpg" width="95" height="21" border="0" alt="" /></a>

the two do not have the same code so there is necessarily an error in the path (relative or absolute)
- the alt tag must be filled
- remove the "<p align="center"> </p>" which only makes the rest go down and makes it less visible
@+
b g
--

the 'www' is also made for communication, sharing, and exchanging, isn't it?
0