Forums
This topic is locked
I'm stuck and it's just so boring
Posted 25 May 2006 00:36:24
1
has voted
25 May 2006 00:36:24 Mik Hansen posted:
Well, I'm kind of beginner with Dreamweaver so maybe it's just a small problem but still, it's boring.Anyway,
I have made a webpage with Dreamweaver
This webpage contains a picture
I am uploading the website on my host ftp server using filezilla
Problem is: When I visit my webpage, the picture doesn't show
So I went back to Dreamweaver
I upload the picture on the ftp server
I went back to dreamwever thinking I'm gonna usde the ftp path to link the picture to the website; save the website and load it again, with this time, the picture being taken from the ftp server.
Problem: It looks like it's not possible to get the path from the ftp server to get the picture
I have tried to type in the URL address, but the ftp server doesn't have a name
I have tried URL: ../picture.jpg
Nothing moves/works etc..
Well, now, seriously, I hope what I have written makes sense and if anyone could help me, I would highly appreciate it, honestly
Thanks
Mika
Replies
Replied 25 May 2006 06:26:16
25 May 2006 06:26:16 Jeremy Conn replied:
What is the full code you are using to display your image in the HTML?
<b>Jeremy Conn</b>
www.conncreativemedia.com
DWMX2004 | ASP/VB | Access/SQL2000
<b>Jeremy Conn</b>
www.conncreativemedia.com
DWMX2004 | ASP/VB | Access/SQL2000
Replied 25 May 2006 11:54:24
25 May 2006 11:54:24 Mik Hansen replied:
Hello mate,
Thanks so much
This is I code I can see
<body>
<p><a href="/img/EPS.PNG"><img src="/img/EPS.PNG" name="eps" width="540" height="116" border="0" lowsrc="../img/EPS.PNG" id="eps"></a></p>
and obviously it doesn't work
The name of the ftp server appears on filezilla to be ".." I know, it's strange
I have added a file "img" to put the picture in.
Can you see any mistakes in that ?
Cheers
Thanks so much
This is I code I can see
<body>
<p><a href="/img/EPS.PNG"><img src="/img/EPS.PNG" name="eps" width="540" height="116" border="0" lowsrc="../img/EPS.PNG" id="eps"></a></p>
and obviously it doesn't work
The name of the ftp server appears on filezilla to be ".." I know, it's strange
I have added a file "img" to put the picture in.
Can you see any mistakes in that ?
Cheers
Replied 25 May 2006 16:56:47
25 May 2006 16:56:47 Javier Castro replied:
I'm not sure what you want to do but....
you have the image EPS.PNG linked to EPS.PNG as well. Why?
anyhow.
try this:
<a href="/img/EPS.PNG"><img src="www.yoururl.com/img/EPS.PNG" width="540" height="116" border="0"></a>
you have the image EPS.PNG linked to EPS.PNG as well. Why?
anyhow.
try this:
<a href="/img/EPS.PNG"><img src="www.yoururl.com/img/EPS.PNG" width="540" height="116" border="0"></a>
Replied 25 May 2006 17:57:38
25 May 2006 17:57:38 Mik Hansen replied:
Thank you Javier,
I've tried it, however Dreamweaver still doesn't show the picture, the picture becomes all foggy instead (I mean instead the of the empty icon, all the emplacement is black)
And if I linked the src with low src, it was a mistake because I don't really know what I'm doing
I've tried it, however Dreamweaver still doesn't show the picture, the picture becomes all foggy instead (I mean instead the of the empty icon, all the emplacement is black)
And if I linked the src with low src, it was a mistake because I don't really know what I'm doing
Replied 26 May 2006 06:46:56
26 May 2006 06:46:56 Javier Castro replied:
Have you tried using other image formate instead of PNG, perhaps JPG or GIF?
is there a way we can see all your code?
is there a way we can see all your code?
Replied 26 May 2006 14:44:32
26 May 2006 14:44:32 Mik Hansen replied:
Thank you for your help all, it's working now.
Problem was the format PNG of the picture didn't work, I have used GIF instead
Once again Thanks
Problem was the format PNG of the picture didn't work, I have used GIF instead
Once again Thanks