Click to See Complete Forum and Search --> : i cant get my images to work
dkaddicts
07-04-2003, 02:43 AM
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
afi 7
401X587
GIF image
How do i write that, or could there somthing else wrong?
<img src='afi 7.gif' width='401' height='587' alt='afi 7.gif'>
Hester
07-04-2003, 04:02 AM
<img src='afi 7.gif' width='401' height='587' alt='description of image (or blank if it's a space)'>
Cosine
07-04-2003, 09:33 AM
i can't add images either...i used the tag < IMG SRC="image.gif" > and it doesn't work...
does your image have to be on another website or what???
it says here (http://www.pageresource.com/html/image1.htm)
to type in the url...but what exactly is that lol!!!
stupid question...2nd day learning html...:rolleyes:
dave
dkaddicts
07-04-2003, 01:08 PM
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!!!!!
Hester
07-07-2003, 04:01 AM
I just spotted the space in the name - maybe that was the problem?
khaki
07-07-2003, 09:27 AM
Originally posted by Cosine
i can't add images either...i used the tag < IMG SRC="image.gif" > and it doesn't work...
does your image have to be on another website or what???
it says here (http://www.pageresource.com/html/image1.htm)
to type in the url...but what exactly is that lol!!!
stupid question...2nd day learning html...:rolleyes:
dave
hi dave...
In order for <img src="image.gif"> to work...
you need to actually have an image that is named "image.gif" in the exact same location on the server that the page resides.
If you keep your images in a different folder (like an "images" folder)... it would go like this:
<img src="images/image.gif">
If you want to use an image from a different site...
you need to type the entire url (file location) such as the location for the logo here on this site:
<img src="http://forums.webdeveloper.com/img/webdevlogoz.gif" width="336px" height="107px" alt="wd_logo">
it's now been 5 days...
gettin' any easier for you yet? :)
have fun!!! :)
;) k