Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Absolute Versus Relative Linking in Web Sites
What is an absolute link? What is a relative link? Why should you care which one you use? When it comes to how you set up the links on your web site, it's important to use an absolute link (which means that when you link to another page on...

HTML Tips : Easy Ways to Make Your Website Sizzle
HTML Tips : Easy Ways to Make Your Website Sizzle HTML (Hyper Text Markup Language) is the first building block of the Web. Learn everything you need to know with these resources. Beginner's Guide to HTML From Webdeveloper.com, an introductory...

Is Your Website Innovative? Increase Your Business Over Night!
Is your website innovative? Increase Your Business Over Night! By: Martin Lemieux While studying online for IT investment opportunities, I found that one main factor was constant. All of the biggest money makers have eye-catching,...

Printing and Sending: the Two Things Users Want to Do
There's something you have to realise about the way users interact with articles. To put it simply, they don't just want to read them: they also want to print them out, and send them on to their friends, family and colleagues. If you can make...

To Hire or not to Hire a Website Designer
In the early years of the internet the actual design of a website was either very basic or had to be done using a software package that needed a specialist to use it. Not surprisingly, website designers were in short supply and could command huge...

 
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.