| ||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| BoxedArt > Template Tutorial >Basic Customization of HTML and Partial Flash Templates > Using Adobe Dreamweaver to Edit a Template |
||||||||||||||||||||||||||||||||||||||
The BoxedArt Guide to Using Website TemplatesUsing Adobe Dreamweaver to Edit a TemplateDreamweaver allows you to view any .html file very much
as it will appear as a web page while it writes all the source code for
you as you adjust your template's design visually.
Dreamweaver will open any .html file, regardless what that file was originally created with. When you launch Dreamweaver, choose File > Open from the top menu and navigate to the file you wish to open in the html folders that came with your template. Dreamweaver's default view is the Design view (shown above), but you have the Code and Split options as well. Tabs to switch views are located near the upper left of the interface.
The Design view shows your file as a browser will display it - colors, layout, graphics, text, etc. The Code view will display all the actual html (and any other) programming languages your file is using. The Split view gives you a chance to view both Code and Display simultaneously in a split screen - good for pinpointing areas you wish to focus on in both the visual display and the code that created it. The Properties panel should always remain visible when you're working in Dreamweaver. If for some reason the Properties panel is not visible (usually across the bottom of the interface), you may open it from Window > Properties in the top menu. The Properties panel is always changing, as it reflects information about whatever you have selected in the main display. For example, if you have clicked on an image in the display, the Properties panel will give you all pertinent information about that image. Select some text in the display, the Properties panel switches to display info about the text; click inside a table cell that has lots of text in it, and the panel will switch to something like this:
A large portion of editing your template webpage can be
done right in the Properties panel, except for the actual image files.
Dreamweaver does not create image files, it simply writes the code to
display them in your web page. To replace an image in the template web page with one of your own, you must first have created and saved your new image using an image editing program. Then, click once on the image you want to replace to select it in the Design view and hit the Delete key on your keyboard. Then go to Insert > Image in the top menu and choose your new image file. Occasionally, an image may appear with a border in your
web page . Pictured here is such an image (on the left), and for
comparison, an image without a border: To remove an unwanted border around an image, click the
image to select it and in the Properties panel type a zero in the Border
field: Editing text in your template is very similar to using any word processor. Click and drag to select text in the display and type your own words over the original:
The Delete or Backspace keys on
your keyboard function the same as in a word processor; hitting the Enter
key creates a new paragraph (double-space down), Shift-Enter creates a
break (single-space down). CSS The external .css files are in the "html" folders of your template package. Dreamweaver will open .css files (File > Open from the top menu) and display all the code for you to edit. Or, you may click on the CSS tab in the Properties panel at any time to view/edit any of the styles that are already in your template's .css file. Flash Movies However, you can add new Flash content to your web page
in Dreamweaver: What do I do when text in a template cannot be edited
because it is part of an image? What happens when text and links on a template cannot be edited because it is embedded in a Flash object? see: How
to Change Text and Links in a Flash Template Using the txt File
|
||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
|
Copyright ©
2007 Big Resources, Inc. All Rights
Reserved |