Free template user guide
STEP 6
Putting buttons in a template
Open index.htm using Microsoft Front
Page or some other html editor ( right click on a file> open
with> Microsoft Front Page ).

When you open it on the bottom of the
screen you will see three options (Normal, Html, Preview). In " Normal"
you edit template (like in word), in " Html" you edit the html code and
Preview is made for web page preview.
Putting buttons
Every our template is made of few
buttons (usually 5 but you can create them even more). Every button is
made of two images. The first image is the image you can always see
(home.gif), the second one is the image you see when you go across the
button with your mouse. (homehover.gif).
First button in every our template is
a home button. He is made of two images home.gif and homehover.gif. To
change him you have to change his names in html code. (It's important
that the buttons in which you will change the button home or some other
button, you have save in a template folder where are the other
template files.
In bottom of the screen click on
"Html" to see html code.

Then find this button home script:
<a onMouseOver="if
(document.images) document.home.src= 'homehover.gif';"
onMouseOut="if (document.images) document.home.src= 'home.gif';" href="index.htm">
<img src= "home.gif" alt="Ricky´s
web templates" name="home" border=0 width="112"
height="40"></a>
In a script you will find the names:
home.gif (they are marked blue), homehover.gif (marked red).
Replace them with your button names. Don't touch the rest.
The same
way you can put the other buttons in a template.
|