Welcome to Photoshop Tutorials. We hope you find the tutorials on our website useful. We update the site weekly so make sure you come check us out at least once a week.  If you have tutorials you would like us to feature, feel free to contact us. Enjoy.
 

Sponsors

Add an Image PDF  | Print |

To add an image to a Web document, you need to point to where that image is located. In this section you’ll add an image that’s located on your hard disk in your Zoology_Web folder (pbear.jpg).

  1. Click below your list and press Enter.
  2. From the Insert menu, choose Image. A Select Image Source dialog box appears.
  3. Using the dialog box, locate and select the image Pbear.jpg in the Zoology_Web folder on your hard disk. The image appears on your web page.
  4. Preview your work in Internet Explorer.
  5. Switch back to Dreamweaver and view the HTML Source code for images.

    

The image tag looks like this:
<img src="Pbear.jpg" width="266" height="151">
The tag tells the browser the image’s name (Pbear.jpg), location (in the same directory as the page that displays it, index.htm), and size (266 pixels wide by 151 pixels tall). (A pixel is one dot on the computer screen.

 

Tutorial Source

 
< Prev   Next >