Welcome to the Valley of Nightmares! ---- There's nothing scary about this site, really, the site has nothing to do with the name - so ignore! =O Anyways, enjoy the site while it's alive because you never know when I will accidently press the red button over there in the corner...*coughcough* ^_^;

     Main.Page
     Splash.Page
     F.A.Q
     About.Us
     Contact.Us
     Affiliation
     VN.History
     VN.Characters
     Past.Layouts
     Linkage (In/Out)
     Our.Awards
     Win.an.Award
     Report.an Error!
     Arigatou.Thanks!

     VN.Radio.Blog
     VN.Blab Forums
     VN.Oekaki
     VN.Topsites
     Plushies.Paresu
     Final.Kiseki (fansite)

     Fun.Pokemon Pages
     DARE
     Mewonie.Baloney
     Ask.Snowbora
     Blonde.Quiz
     Personality.Quiz
     TUFV (noclickie!!)
     .......
     Random.Polls
     Funneh.Events
     Crazeh.Excuses
     How.To Annoy
     How.To.Annoy CU

     3D.Pokemon
     Pokemon.Images
     Fan.Art
     Fan.Fakes
     Art.Gallery

     Drabbles
     Touhi.Za.Kusari
     Solo (one shot)

     Red.:.Blue
     Gold.:.Silver
     Ruby.:.Sapphire
     FR.:.LG
     Dungeon.R/B
     R/S.Pokemon Sprites
     Eevee.Evolutions
     Weakness.Chart

     Video.Tutorials
     HTML.Tutorials
     Photoshop.Tutorials
     Oekakis.Setup
     PlugBoards.Setup
     RadioBlog.Help

     Free.Buttons
     Free.Layouts
     Layouts.Help
     Styleswitchers
     HTML.Tips
     SSI.PHP Include
     Web.Dictionary
     Source.Codes
     Tips.And.Tricks
     Web.Resources

     Photoshop.Brushes
     Winamp.Skins
     Anti-Anti.Pokemon
     All.About N00bs
     IM.Status Messages
.:: 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.


With style=border: 1px solid #000;" we've just defined the border style of the table. I recommend you put this into the CSS because the table style will be more convenient to edit later on. Don't worry about anything else for now; this is only the banner xD

To add the banner image, you can either set it as a TD background or an image by itself. Add background="IMAGE URL HERE" width="775px" height="100px" to the <td> tag if you want the banner image to be a background, or use <img src="IMAGE URL HERE">.

Layout Preview 1 - View Source for the full HTML.


2) Left Menu - Content - Right Menu
Let's close the table that contains the banner and create a new table. The new table will be for the left menu, content and right menu.




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.



Layout Preview Final - View Source for the full HTML.


And there you have it - a simple, three-columned layout! ^__^ If you have questions or problems with the layout, feel free to contact me.