Welcome

This is a simple table layout that can be created using HTML or Dreamweaver. Tables will move around and text will by default go in the center of the table. You need to add <td valign=top> into the table cell to move text to the top of the page. Similarily you will have to set the table widths so they the table cells do not collapse. Once you have made a simple template - save as welcome.html, gallery.html etc and create the other pages. You may want to create links first to the page you are going to make - that way you will only have to do it once.

You can turn you links at the top into rollover text using CSS and put a border around your outside table - Dreamweaver will write this code, but in general it can easily be added as follows inside the <head></head> section of your HTML web page. :

<style type="text/css">
<!--
a:link {
font-family: Arial, Helvetica, sans-serif;<br>
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0099FF;
text-decoration: underline;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF3300;
text-decoration: underline;
}
.style1 {
font-size: 12px;
font-weight: bold;
}
table {
border: solid;
}
-->
</style>

Page Text - Use arial, verdana or other sans-serif set font- size=2

YOU CAN VIEW >Source in Explorer and simply copy this code to start your own web template page, change the colors, link colors etc and clone the pages. Replace the top graphic 760 x 158 pixels at 72 dpi - with your own photo or graphic. Add Text banner using photoshop.


Calgary, AB
Last Updated October 17, 2006 ©
Design by Your Name