To make your web site based on our web design template unique you can substitute included images
with your own or add additional images there. To substitute existing image with a new one 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 dialog that
will appear afterwards select
"General" tab. There will be input box with the image name
and
"Browse..." button to the right. Click it to browse to your
image file.
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 to change the image directly from
HTML code your have to substitute value of SRC image attribute:
Before: <img
src="images/logo.jpg">
After: <img
src="images/new_logo.jpg">
Note: If double clicking on image doesn't work it
means that this is not a content image but background image. For instructions of how to change it
read the
Working with Photoshop
section.
Adding images to your web design template. Copy your image file to the images folder of your web
design template. If you are using Macromedia Dreamweaver for managing web design template you
should choose
"Insert/Image..." from top menu and browse to your image
file. If you are a Microsoft FrontPage user choose
"Insert/Picture/From File..." and browse the location of
your image file.