954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Uploading pictures

Hi
I have some pictures i want to place on my website their on my hard drive.Is there a code to place it on the web page?
I've got a HTML book but it doesnt tell me how to it just tells you the basics.
I use notepad to write the scripts if thats useful.

Thanks

HLA91

HLA91
Junior Poster
177 posts since Oct 2006
Reputation Points: 7
Solved Threads: 3
 

You want to use the IMG tag:

http://67.19.3.186:2082/3rdparty/squirrelmail/src/webmail.php


Do you know how to FTP? If not, you'll have to learn that first as that is how you will get the pages to your server.

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

Hi there,

First I agree with stymiee,

Well as your post shows that you have web site already, and I am sure if you have website hosted somewhere you must have the FTP details, so first use that and connect ftp://ftp.yourwebsite.com/ (*use you ftp add) and upload the images that you want to place on your web site. Then you can use the img tag to place the images on html/asp/php pages

<img src="Location of you Image" alt="alternate text" border="0" /> 
<img src="/images/image.jpg" alt="My Image" border="0" />


I hope this will helpful for you.:)

Best regards,
Rahul Dev

katarey
Junior Poster
167 posts since Jul 2005
Reputation Points: 39
Solved Threads: 23
 

Man, I pasted wrong stuff. Sorry dude. Use the HTML above.

Man, I feel like an ass....

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You