Adding Images


Please credit us if this tutorial helps you.

Related Tutorials: Linking Images.

Introduction

Almost every website out there has images. On their layouts, graphics, etc. How did they get it there in the first place?
Well, all those images you see are being hosted.

Image Host

An image host will let you upload images you have on your computer that you saved, and will provide an image URL.

The Image URL is the address of your image. That's what you need to create an image. Learn to link images.

Here are some sites that host images:
Photobucket, Image Shack, Tinypic, Filelodge, etc.

Getting the Image URL

Once you have signed up for any of those image hosts, they should let you upload images from your server, and you can pick from all your images you've saved or created.
Then, after the image is uploaded, they will provide an Image URL. Copy that.

Make the Image

The copied address should be pasted into a code like this:

<img src="IMAGE URL" border="0" alt="0">
Replace the IMAGE URL with what you've copied onto your clipboard.

If this tutorial has helped you, a link back is appreciated!

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
++Top++Refresh++Go Back++