#Left bordered stationery


This is a little tutorial to help you learn how to
make a left bordered stationery using HTML script.

It would have this apprearance.
Colored scroll bars, a border all the way around
and the text off of the main graphic.

You need one seamless background tile that is
1024 pixels wide and the height of your choice.
This one is 400 pixels high.

Left bordered stationery

Click on select all, highlighted in pink, and this
code will be copied to your clip board for you!

Now, paste it into a new note pad document.

Save it to C:/Program Files/Common files/ Microsoft Shared/Stationery
as a .html file. then when you want to use it, you go to new/select
stationery and find the stationery you saved. You can then change the
color of the scroll bars and borders and put in a new background.

Select All


The changes should be made as shown below.

black = Give your stationery a name.

red = Color Changes.

green = Pixel changes for border size.

white = Font family changes.

yellow = Margin settings for the text.


<html>
<head>

<title>give your stationery a name</title>

<style>

body{
border-right: #8494A5 5 px ridge;
border-top: #8494A5 5 px ridge;
border-left: #8494A5 5 px ridge;
border-bottom: #8494A5 5 px ridge;

scrollbar-face-color: #6182C5 ;
scrollbar-highlight-color: #2C2874 ;
scrollbar-shadow-color: #2C2874 ;
scrollbar-arrow-color: #2C2874 ;
scrollbar-base-color: #6182C5 ;
scrollbar-3d-light-color: #2C2874 ;
scrollbar-dark-shadow-color: #2C2874 ;
scrollbar-track-color: #6182C5 ;

fONT-family: BlackChancery;
fONT-size: 16pt;
font-weight: bold;
color: #E0E6E4;

margin-left: 425px;

}
</style>

</head> }
</style>

</head>


The rest of the sript has comments in it to
let you know where to put the background tile
and fill in the info for the ticker at the bottom.

Guess what? That is it! You are done!

Hope you had fun and found it an easy tutorial to use.


Designed by Termicat