HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

beginner question, where I make mistake at IMG tag?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Images & Graphics
View previous topic :: View next topic  
Author Message
tabler



Joined: 07 Jan 2008
Posts: 19

Posted: Tue Jun 23, 2009 7:58 am     beginner question, where I make mistake at IMG tag?  

Hi, I am not beginner, but I can't find where I make mistake. maybe I didn't sleep good;)
I can't make picture visible on my site which I started today.

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>
sticks464



Joined: 31 Dec 2006
Posts: 2627

Posted: Tue Jun 23, 2009 9:17 am      

Your image is on the server but it needs a width and height set.

Code: <img src="http://www.srbijadanska.07x.net/evropaplussrbija.jpg" width="640" height="480" alt="" />
tabler



Joined: 07 Jan 2008
Posts: 19

Posted: Tue Jun 23, 2009 9:21 am      

well, it is now like this, but again nothing:
<center><img src="http://www.srbijadanska.07x.net/evropaplussrbija.jpg" width="640" height="480" alt="" /></center>

honestly said, I think problem is in this sign: "
in the beginning, after = it is little italic and at the end, after .jpg it is not italic (it is straight). I tried to change it, but always I get the same.
you will see what I speak if you check the source code of http://www.srbijadanska.07x.net/
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group