|
Script to add an image to the web page. It is very easy. Some thing that you most to be aware, is the size in memory of the image you selected to add, the less memory size (less number of colors) the fastest will be viewed but less quality; The more memory (more number of colors) more time to download it take for ever to be viewed but there is more quality. With the tool (Irfan View) you can decrease the color depth of images to be added to a web page. Once you have your image file to add replace the file name (in red) for the name of your image file.
This is the script: <img src= "pic1.gif"> or if you want to specify the size of the image, then will be like this: <img src="pic1.gif" width="85" height="120"> Paste the script any where in your web page between the <body....> and </body> tags and that's it |