Friday, January 8, 2010

How do i load up a pic when creating html page?

you first type this:





%26lt;img%26gt;





(declares insertion of an image)





then you add on it, whereas you should get this:





%26lt;img src=';';%26gt;





if the image is in the same folder/directory as the html file you saved, then you just type the name of the image (case sensitive with the right extension) between the double quotes. If the image is from the web, you paste in the whole URL of where the image is located. You can right click on most web images and select ';copy image location'; or something similar to get the image's URL easily.How do i load up a pic when creating html page?
Ok first you have to upload the image to your server. You can do that by finding an ';upload file'; button or link somewhere on your site host's file manager.





Then you make the image url:





%26lt;img src=';http://yoursite.com/imagename.jpg';%26gt;





The jpg should be changed to whatever file type your image is (bmp, gif..etc.) i put jpg cuz that's the most common.

No comments:

Post a Comment