Image display issue in Dreamweaver
Lemmiwings
Posted messages
7
Status
Member
-
Patator34 -
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.
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
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 ^^
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:
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?
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> </p> <p> </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"> </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%"> </td> <td width="33%"> </td> </tr> </table> <p align="left"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </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"> </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?
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
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
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?
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?
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.
Thanks again very much for taking the time to help me.
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.
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.
You need to re-check locally the path of your links:
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?
<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?