Introduction
This is a simple table layout with 3 columns, the menus spanning the entire layout. This would be a good template for a fairly large website, as the
navigations can hold plenty of links and the content area is sizeable. This is not a stretching DIV layout, and its complete width is 800 pixels,
which will fit into small screen resolutions like 800x600, but you're of course free to change it. Because it's a very basic template with no preset
images or color, edit the CSS to match your aesthetic preferences.
How to Use
The notes in the HTML coding will not affect the appearance of your layout but are there to guide you. The notes are typed within these tags:
<!-- --> and /* */. They simply mark the location of certain codes. Feel free to delete them if they're useless to you.
If you want to edit link colors, find in the code where it says /* This changes your link colors */ and edit the code below it. You can find a hex color code table here.
If you want to change the width of the layout from 800 pixels to something else, you're have to edit the widths of the content and menus so that they
equal what width you desire.
Banner Image & Backgrounds
If you want to insert a banner image, go to the #banner tag in the CSS and where it says "background-image: url(' ');", put the URL/address of
your banner image. Also, remember to change the preset dimensions for the #banner in the CSS. I suggest you keep the banner no more than 529 pixels
in width if you don't want the layout to stretch (that is, if you're using 800px in total for the layout). If you want to add backgrounds to the menus, content, or disclaimer, fill in the background image
URLs for them.
Crediting
Please keep the link to Eonlight Valley in the disclaimer, on the menu, or on a credits page. Since you'll likely be making heavy edits to the layout,
just credit Eonlight Valley for the template. ^^
The Coding
Copy and paste the code below onto your HTML editor. It contains the entire layout code. You may edit from there.
| |