In HTML, to include an image, use the IMG tag and specify the location of the image using the SRC parameter. However, because the image is located on your desktop, you will be the only person who will see it. If you want to make it viewable by others, you have to upload the HTML file and the image file to a webserver.
<IMG SRC="location of picture">
You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:
Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.
<img src="malaysia.gif" />
The code to insert an image beings with the <img> tag. If you want the user to enter the image, you have to apply image upload.
You can add an image object using the asp:Image tag, or just use the html img tag.
You call it an HEADER and you put it in the upper most part of the <body> .
You can display an image with HTML as long as you know the location of the image. You use the image tag like this: <img src="...\anywhere\image.jpg" width="100" height="100" alt="My Image" />.
Insert the following text into your HTML code:http://wiki.answers.com">IMAGE CODE OR LINK TEXT HERE
The image is called an ICON. Except for the desktop shortcuts, many are no longer used because of HTML links.
The HTML mode option can be found to the side of the white content box when in edit mode. If you are looking to insert a picture without using HTML mode, click Edit Profile and then there should be a small icon with a house/sky/tree up where you can edit the text. Click on that and insert the link of the picture. If the image is on a site you can right click on it and select "Copy Image Location" to paste in. Hope that helps. ~MyFaveHorse~
You can download the image from rediff mail. Then can insert this image as image source.
When you insert a DVD is will show up either on the desktop as an icon or it will show up on the left in Finder. Simply drag the image and drop it on the icon. It will be copied to the DVD disc.