i cant get my images to work

liunx

Guest
For some odd reason i cannot get my images to go on my webpage, i am using .gif and .jpeg files straight out of my hard drive except the only thing is i dont know how to write the file, when i see it on my computer i see somthing like this<br />
<br />
afi 7<br />
401X587<br />
GIF image<br />
<br />
How do i write that, or could there somthing else wrong?<!--content--><img src='http://www.webdeveloper.com/forum/archive/index.php/afi 7.gif' width='401' height='587' alt='afi 7.gif'><!--content--><img src='http://www.webdeveloper.com/forum/archive/index.php/afi 7.gif' width='401' height='587' alt='description of image (or blank if it's a space)'><!--content-->i can't add images either...i used the tag < IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"image.gif" > and it doesn't work...<br />
<br />
does your image have to be on another website or what???<br />
it says here (<!-- m --><a class="postlink" href="http://www.pageresource.com/html/image1.htm">http://www.pageresource.com/html/image1.htm</a><!-- m -->)<br />
to type in the url...but what exactly is that lol!!!<br />
<br />
stupid question...2nd day learning html...:rolleyes: <br />
<br />
dave<!--content-->IT WORKS MUAhAHAHAHAHAHAHAH!!!!!!!!!!!!!! I'm taking over the world next hahahhahahah. like i said i was having problems writing the file name so all i didi was re-name it to just "afi" and put it in and it worked. YIPPPEEEEE!!!!!<!--content-->I just spotted the space in the name - maybe that was the problem?<!--content-->Originally posted by Cosine <br />
i can't add images either...i used the tag < IMG SRC=http://www.webdeveloper.com/forum/archive/index.php/"image.gif" > and it doesn't work...<br />
<br />
does your image have to be on another website or what???<br />
it says here (<!-- m --><a class="postlink" href="http://www.pageresource.com/html/image1.htm">http://www.pageresource.com/html/image1.htm</a><!-- m -->)<br />
to type in the url...but what exactly is that lol!!!<br />
<br />
stupid question...2nd day learning html...:rolleyes: <br />
<br />
dave <br />
<br />
hi dave...<br />
<br />
In order for <img src=http://www.webdeveloper.com/forum/archive/index.php/"image.gif"> to work...<br />
you need to actually have an image that is named "image.gif" in the exact same location on the server that the page resides.<br />
<br />
If you keep your images in a different folder (like an "images" folder)... it would go like this:<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/image.gif"><br />
<br />
If you want to use an image from a different site...<br />
you need to type the entire url (file location) such as the location for the logo here on this site:<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://forums.webdeveloper.com/img/webdevlogoz.gif" width="336px" height="107px" alt="wd_logo"><br />
<br />
it's now been 5 days...<br />
gettin' any easier for you yet? :)<br />
<br />
have fun!!! :)<br />
;) k<!--content-->
 
Back
Top