Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

Don't Blame It On The Webmaster
I'm going to try here to give you some very valuable information. We all have a tendency to want to blame someone else when something isn't right or the way we think it should be. If you take nothing else from this article take this, before you...

How to make a simple form mailer with PHP
As you may be well aware, displaying your e-mail address on your website can lead to e-mail harvesters picking up your address and adding it to hundreds or even thousands of lists used by spammers. If you want to allow your website visitors to...

How to tell if someone opens your HTML newsletter: The ants come marching 1x1 - Hurrah!
You are free to publish this article online in your ezine website, ebook, or other online publication. The full resource box, including 'By line' must remain intact and be published with the article. If you publish this article, please contact...

How to Test Your Web Site Usability
How to Test Your Web Site Usability Copyright 2002 by Herman Drost When designing a web site, you are never sure how it appears to all people. This is because people use different browsers, resolutions, computers and connection speeds to the...

Photoshop: a Graphic Designer's Dream
When it comes to web design - in fact, any kind of computerised graphic design - Photoshop has been the standard for years, and remains the market leader. But just what is so great about it? Photoshop's Features Photoshop was originally...

 
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.