|
|
.:: Layouts Help ::.
Simple 3-columned | Image Based | Misc
Layouts, the most essential thing when it comes to designing a website. The most basic of all layouts is a three-columned layout made of tables (or Divs). It is fairly easy to make and is very mangable. The layout can handle a large amount of contents, including a banner and disclaimer. Knowing how to make one is the first step in creating an image based layout, so if you're planning to make one and don't know how a lot about tables, I suggest you read this section first! ^_^
1) The Banner
First, in the <body> part of your HTML document, create a table, also include the table row and table cell.
Layout Preview 2 - View Source for the full HTML.
3) Menu Headers
Headers are used to divide your menu links in an organized fashion. They're most useful when they're visible, not blended with the other links so visitors can easily spot them. The most convenient way to make headers is using tables. Include the code below in the left/right menu to add a header.
Hehe the header code is kinda of long isn't it? ^-^; You can use images too, but with tables the layout will load faster.
Layout Preview 3 - View Source for the full HTML.
4) The Disclaimer/Copyright
The final piece of the layout, the disclaimer! :D *spazz* To avoid messing up the entire layout, the disclaimer should probably be put in a new layout instead of a TD.
|