To make your web site unique based on our web design template you can substitute included images with your own or add additional images with a HTML editor.
To substitute existing images with new ones you should do the following. Copy your image file to the images folder of your web design template.
If you are using Microsoft FrontPage double click the image you want to change. In the dialog that will appear after that select the
General tab. There will be an input box with the fields "picture source" and the
Browse... button to the right of it. Click on the browse button to locate the image that you want to use.

Fig 7.8
FrontPage Picture Properties
For Macromedia Dreamweaver users that routine is quite easy. Just double click image you want to change and browse to your new image file location.
If you want change the image directly from html code your have to substitute value of the
src image attribute:
Before:
<img src="images/logo.jpg">
After:
<img src="images/new_logo.jpg"> Note: If double clicking on an image does not work it means that this is not a content image but a background image. For instructions of how to change background images read the Changing Images in Photoshop tutorial.
To add images to your web design template. Copy your image files to the images folder of your web design template.
If you are using Macromedia Dreamweaver for editing your web design template you should choose
Insert/Image... from the top menu and browse to your image file.
If you are using Microsoft FrontPage, choose
Insert/Picture/From File... and browse to the location of your image file.