Adding Images with HTML Editor

Welcome to TemplateShop.be Help Center
About Web Design Templates
What Is A Web Design Template?
Templates Usage Advantages
Obtaining Template of Your Choice
Which type of the template is the best for me and what's the difference?
Purchasing Our Products
Payment Interface and Terms of Purchase
Methods of Payment
Solving Download Problems
Software Requirements
Logo Template Software Requirements
Regular Template Software Requirements
Full Site Template Software Requirements
Flash Animated Template Software Requirements
Flash Intro Template Software Requirements
Flash Site Software Requirements
Full Package Template Software Requirements
PHP-Nuke Theme Template Software Requirements
Fireworks Template Software Requirements
3 Color Template Software Requirements
Links to Required Software on Web
What's inside?
Logo Template Structure
Regular Template Structure
Full Site Template Structure
Flash Animated Template Structure
Flash Intro Template Structure
Flash Site Template Structure
Full Package Template Structure
PHP-Nuke Theme Template Structure
Fireworks Template Structure
3 Color Template Structure
Managing Your Web Design Template Quick Guide
Unzipping Template Package
Installing Fonts
How to Customize Your Template
Creating Subpages
Uploading Files to Your Web Hosting
Installing PHP-Nuke Theme
Working with template using HTML editor
Opening HTML File
Changing Text in HTML Editor
Changing Text Font and Color in HTML Editor
Setting Links in HTML Editor
Adding Images with HTML Editor
Customization of your template in Adobe Photoshop
Opening PSD File
Changing Text in Adobe Photoshop
Changing Images in Adobe Photoshop
Changing Image Colors in Adobe Photoshop
Update Changes to Your Template
Working with Flash
Opening Your FLA File
Changing Text in Flash
Assigning Links in Flash
Changing Images in Flash
Publishing Your Flash Movie


Adding Images Using HTML Editor

 

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 existent image with a new one you should do following. Copy your image file to the images folder of your web design template.

 

If you are using Microsoft FrontPage double click image you want to change. In dialog that will appear after that select General tab. There will be input box with image name and Browse… button to the right of it. Click it to browse to your image file.

 

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 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 works it means that this is not a content image but background image. For instructions of how to change it read the Changing Image in 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 out web design template you should choose Insert/Image… from top menu and browse to your image file.

 

If you are Microsoft FrontPage user choose Insert/Picture/From File… and browse to the location of your image file.