Home Templates Terms How to use Contact us  
 
 
     
 
 
Templates
Terms
Terms of use
Our FREE templates
FREE web templates
Template link FREE
How to use
Deluxe Templates
Deluxe Templates

More Options
Web Hosting
web hosting
Make Money
Sell Templates
Link Back
Link Back
Links
Featured Resources
Contact us
Contact us
 
Getting Started

This page is for reference, no editing or steps are required. You may want to print this page. What is described here is referenced often throughout this guide. First things first, you must understand the templates layout. The template can be viewed by double clicking on the index.html. To edit the template you can right click the index.html file, highlight open with, and click notepad. This will open the source code (index.html) and will allow you to edit it. If you have an html editor, you can also open the index.html file in it. Please note these are suggestions, and not requirements. You can edit the source code using anything you like or are used to. Below is a picture of the index.html file being opened with Windows notepad:

2a

Inside of the templates source code are comment tags telling you where to place what. Locating them from the start is essential. Once you know where they are, you can go to the next sections where you learn what to actually place inside of them. Below are some diagrams and instructions to help you locate the comment tags within the source code.

Open the index.html in notepad as I described above now, or open it in your preferred editor to find the following:

LOGO AREA

<!----- insert logo below, or type your logo with a header tag ----->
<img src="yourlogo.jpg" width="275" height="68" border="0" alt="">
<!-------------------------------------------------------------------------->

A line containing an exclamation point with dashes denotes a comment tag. In between the two comment tags you will place what is appropriate. This is the html you would edit to insert your logo.

MENU AREA

<!------------------------ menu section---------------------------->
<a href = "#" class="">Link 1</a><br \>
<a href = "#" class="">Link 2</a><br \>
<a href = "#" class="">Link 3</a><br \>
<a href = "#" class="">Link 4</a><br \>
<a href = "#" class="">Link 5</a><br \>
<!-------------------------------------------------------------------------->

Between these comment tags is the code for the menu. This consists of font (text) sizes, colors, and the linking url. You can place images on the menu side, but they must follow a particular width to avoid graphic misalignments.

CONTENT AREA

<!---------------------------- add your content below------------------------>
<p class ="">Welcome to my website, thank you for using... </p>
<!------------------------------------------------------------------------------------------>

Between these comment tags you add your own page content.

FOOOTER AREA

<!---------------------------- add your footer below------------------------>
<p align ="right">Copyright Your Company Name</p>
<!------------------------------------------------------------------------------------------>

Between these comment tags you add your own page footer.

THINGS TO NOTE

Some of the templates come with extra areas, such as extra links, etc. They are self explanatory when you are viewing the source code.

 
             
          LiveWebTemplates.com  
 
     
Privacy Policy || FAQ's || Web site and all contents © Copyright Live Web Templates 2004-2007, All rights reserved.