Go Back   djbosak.com forums > Tutorial Forums > Template Tutorials : > Working On Your Template With a HTML Editor :
Reply
 
Thread Tools Display Modes

Adding images using your HTML editor...
Old 04-29-2006, 01:59 PM   #1
djbosak
Administrator
 
djbosak is offline
Join Date: Apr 2006
Posts: 112
Default Adding images using your HTML editor...

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.
  Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Full Site template structure... djbosak What's Inside : 0 04-29-2006 06:25 PM
Fireworks Template Structure... djbosak What's Inside : 0 04-29-2006 05:36 PM
Changing the text with a HTML editor... djbosak Working On Your Template With a HTML Editor : 0 04-29-2006 02:47 PM
Changing the text font and color with a HTML editor... djbosak Working On Your Template With a HTML Editor : 0 04-29-2006 02:20 PM
Making links with a HTML editor... djbosak Working On Your Template With a HTML Editor : 0 04-29-2006 02:04 PM



All times are GMT -4. The time now is 06:22 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.