Search
Recommended Sites
Related Links






   

Informative Articles

History of Web Design
History is the replica of the present. Thus, we have to press our flashback imaginary buttons in order to have a sojourn in the times of yore. We have to know the beginning in order to relate it to the present and the future. In the case of...

The Secret Benefit Of Accessibility Part 1: Increased Usability
Web accessibility has so many benefits that I really do wonder why such a large number of websites have such diabolically bad accessibility. One of the main benefits is increased usability, which according to usability guru, Jakob Nielson, can...

Website Polls For You And Your Visitors
Setting up a survey on your site is extremely simple and many times just as beneficial, for two main reasons. One, they let you create a more interactive website for your visitor. Choose interesting topics, poll opinions on recent events...

XHTML -Making the Switch
XHTML or the Extensible Hypertext Markup Language is an extension to HTML made by the w3c. XHTML is a cleaner, neater, generally faster version of HTML. Here are some things you cannot do with XHTML: Dreamweaver, Frontpage, etc. GOODBYE!!! Never use...

YOU NEED SSI RIGHT NOW!
I learned of SSI (Server Side Includes) long before I built my current site. Since it seemed the only way to go, I checked it out once again for the new site to be. What SSI amounts to is creating a new page for any elements common to all pages on...

 
How to Build a Basic CSS Layout

Designing without tables by using CSS layouts is fast
becoming the new standard on the Web because of the
benefits mentioned in my previous article. Web browsers
used these days are now able to render web pages
proficiently. In this article I will endeavor to create a
basic 2 column CSS layout which you can use for future
design projects.

Here is the live web page of the basic CSS layout:
http://www.isitebuild.com/css/css-layout.html

1. Divide your page into sections - the tags
allows you to create distinct divisions on your web page.
They are identified with a unique id. You can then add a
style (css selector) that specifically applies to the div
of that id. Remember to include the DOCTYPE (to render your
page accurately in the browsers) and meta tags (enables
search engines to spider your pages).

wrapper: is the div that wraps around all the other divs
like a container for the page elements.
header: defines the top banner of the page
main: defines the main content of the page
nav: defines the navigation of the page
footer: defines the footer and sub-navigation of the page

Transitional//EN"
"">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




How to Build a Basic CSS Layout








Sign up for PayPal and start accepting credit card payments instantly.