Post: HTML Code Help Please
03-01-2011, 09:30 PM #1
x-MaGiiKZz-o
Who’s Jim Erased?
(adsbygoogle = window.adsbygoogle || []).push({}); Now, I'm a sorta noob but I can do some good codes sometimes. Anyway, I know how you get an image in with the
<img src
but how do you import an image from your computer( a saved photo)
instead of an image source?
Thanks guys Smile
(adsbygoogle = window.adsbygoogle || []).push({});
03-03-2011, 05:54 AM #2
Originally posted by o View Post
Now, I'm a sorta noob but I can do some good codes sometimes. Anyway, I know how you get an image in with the
<img src
but how do you import an image from your computer( a saved photo)
instead of an image source?
Thanks guys Smile


haha talking bout images i only just found out myself how to insert videos today, i take a I.T class at my highschool.
i would think it would be the same as videos which is

    <video src= 'video 2.mov' controls='controls'></video>

but for your image it would look something like this
    <img src='image.jpg'></img>

but where it says image put the name of the image and its extension .jpg or .gif, next thing you must also do is make your the image you are trying to use is in the same location as your html document

a good website you can use for html and css and stuff like that is
    w3schools.com
03-03-2011, 03:34 PM #3
DeLeTeD
Maggbot timeout!
    <img src="file.ext" alt="text" /> 


You can use relative or absolute paths.

Upload the file to your own server, or use a free image hosting site like imgcafe
03-03-2011, 03:50 PM #4
x-MaGiiKZz-o
Who’s Jim Erased?
Thankyou Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo