You are here: Home » Multimedia & Design » add image
add image
Here's How:
- First find the image which you want to add, Get an image from the Web or create it by yourself.
- Upload image to your server using the instructions given to you by your hosting service. Be sure to use the correct case in your image tags, or the image may not show up, and that's no fun.
- The filename does not have to end with .gif. You could also use a .jpg file as well. These are two of the most common image file extensions used on the Internet.
- Put the basic HTML tag for an image where you want it in your Web page code. It looks like this: <img src='graphic_name.gif'>, If you aren't sure, go ahead and use the full address just to be sure it will work correctly., such as:<img src="http://www.downloadatoz.com/pictures/graphic_name.jpg" />.
- If you wish the image to align the left by adding a space and the code align='left' after the quotes at the end of the name of your image. You can also align to the right, center,top and bottom by replacing 'left' with the appropriate direction.
- You can also create a border around your image by adding border='0' and replacing the '0' with the size of the border you want,add text around the image by just adding it after the code.
