|
| |
Editing Our Free Web TemplatesThese instructions are for free web templates that you will find in our template gallery. We are replacing most of the original 306 templates with updated templates that are easier to modify. The code has been simplified for your convenience. If you have no coding experience it may help you to study a few lessons in our HTML tutorial before you start. Recommended lessons are: Paragraph Tag, Anchor Tag, Header tag , Tables and Style Sheets. Visit our free HTML tutorial Before You StartKeep the orignal zip file in a safe place. If you make changes to the template that don't work or damage the structure of the layout, you can reload the original from the zip file. Jump to: |
Web Hosting Services Web Host FAQWeb Host Chart Directories Web DesignersWebsite Optimization Link Partner Programs Webmaster Tools Link Exchange |
Editing with NotePad or Standard HTML EditorThe templates can be edited with NotePad or any standard HTML editor. If you need an HTML editor, we recommend NoteTab Light. It's FREE!! The Slim DesignMost of the revised templates are set to a width setting of 790 pixels. This is a common setting that many web designers use. It offers less degradation at lower monitor resolutions. If someone views your site with a monitor resolution setting of 800X600, very little if any horizontal scrolling is needed to peruse your web page. The Style SheetsThe revised templates use a linked style sheet. Its name is mycss.css. It is included in the zip download for each template. The style sheet can be edited with any simple text editor like NotePad. When you upload your website to the internet it is imperative that you upload the style sheet file into the same folder as your web pages. You can change font size , color and alignment by making simple changes to the style sheet file. A typical style sheet from one of the templates is shown below. When you see a pound sign (# ) there will be a matching id tag ( The first section controls the header elements like domain name, site name and slogan.
#header h1 {
The next section controls the horizontal navigation buttons.
#topnavigate p {
This section controls most of the borders on your web page.
#topheader, #head, #topnav, #navigate, #content, #footer {
This section controls the side navigation buttons.
#navigate p {
These setting are for the tags in your content section.
#content img {
The HTML CodeThere are comment statements in the HTML code that mark areas of the template that can be edited. A typical comment statement looks like this: Editing LinksA typical block of links in the html code will look like this: Replace Your Link Text with the text that you want to appear on the button. Replace #begin with the destination url that you want the link to jump to. Removing ButtonsThe procedure for removing horizontal buttons is different than removing the side buttons. When adding or removing side buttons, just add or remove a line of code shown here: You can have as many side buttons as you require. There are eight horizontal buttons. You cannot add more. If you want to remove horizontal buttons, you should only remove the link text. This will leave the blank button in its position as a placeholder. The code would look like this: Removing All Horizontal ButtonsIf you wanted to remove all of the horizontal buttons and retain the colored horizontal bar, you would replace the topnav table with code similar to that shown below. If you don't want the bar, simply remove the entire topnav table. Removing All side ButtonsIf you don't want to use side buttons, remove the entire cell marked with the id navigate. This would give you the entire 790 pixel width for your page content. BackgroundsThe code for adding backgrounds is found in the html code of the web template. You can easily remove the background or replace it with one of your own choosing. The main background is set in the body tag: If you want to remove it, just delete the style statement If you want to change the background to one of your own, save your new background in the img folder and change img/bkg.jpg to the name of your background image. Some of the templates have a separate background for the web page content. This setting will also be found in the html code. This code will usually be found in the cell tag marked id="content". Use the same procedure to remove or change it. To keep the main background from showing through you should add a background color statement to the cell tag: |
![]() |
| Net Success 2000 Plus Inc PO Box 1508 Somerset, KY 42502 Copyright 2000 - 2007 Net Success 2000 Plus Inc Last Modified: November 1, 2007 |