kobaj
VIP Member
I am just getting into the fun of creating webpages. I have a pritty ferm grasp on HTML an all, but I think I am doing something wrong.
I am trying to stick a picture on my webpage, I have this code
(I edited out
to make it shorter)
And using my ftp I have uploaded the image to
http://mywebsite.net/images
But when I go to my webpage, It shows a square where my image is supposed to be, but no image. I tried to go to
http://mywebsite.net/images
with firefox, but I keap getting a 403.
So theoreticaly it should work shouldnt it?
(No, http://mywebsite.net is not my real website.)
Look below for new question.
I am trying to stick a picture on my webpage, I have this code
(I edited out
HTML:
Code:
<BODY>
<IMG SRC="images/untitled-1.jpg" WIDTH=500 HEIGHT=60>
</BODY>
And using my ftp I have uploaded the image to
http://mywebsite.net/images
But when I go to my webpage, It shows a square where my image is supposed to be, but no image. I tried to go to
http://mywebsite.net/images
with firefox, but I keap getting a 403.
So theoreticaly it should work shouldnt it?
(No, http://mywebsite.net is not my real website.)
Look below for new question.
Last edited: