Click to See Complete Forum and Search --> : beginner question, where I make mistake at IMG tag?


Guezt
07-02-2009, 04:23 AM
Hi, I can't find where I make mistake.
I can't make picture visible on my site.

I made index.html file in website:
http://www.srbijadanska.07x.net/
beside index file I uploaded picture which I want to have on the main page: http://www.srbijadanska.07x.net/evropaplussrbija.jpg

BUT I don't get picture than only text when I type in firefox or IE: http://www.srbijadanska.07x.net

here is copy of contain of index.html file (without meta tags and without script included by free web server):

<html>
<head>
<title>blablabla</title>
</head>
<body>
<p>&nbsp;</p>
<p>&nbsp;</p>
<center><img src="http://www.srbijadanska.07x.net/evropaplussrbija.jpg"></center>
<center>Where is picture?<center>
</body>
</html>

I tried and this, but again nothing:
<center><img src="http://www.srbijadanska.07x.net/evropaplussrbija.jpg" width="640" height="480" alt="" /></center>
I tried and PNG insted of JPG, but nothing.

Guezt
07-02-2009, 09:11 AM
now I see that server don't want to open: http://www.srbijadanska.07x.net/evropaplussrbija.jpg
but until today it was not so. therefore I tried with changed link for picture because I have the same picture in other folder (http://www.srbijadanska.07x.net/amb/slike/evropaplussrbija.jpg), but again picture was not visible in HTML page. I don't understand why...

aj_nsc
07-02-2009, 09:16 AM
You never closed the " in your keywords meta tag.

Guezt
07-02-2009, 09:32 AM
yeah!!!!!! it works now!
THANX A LOT!

aj_nsc
07-02-2009, 09:36 AM
Welcome.