Search
Recommended Sites
Related Links






   

Informative Articles

How to Effectively Promote Your Website
So, you have been worrying to much about your website. Is it doing pretty badly? Well, to sooth your brain, relax your muscles and reduce the wrinkling of your forehead and in order for you to have an untroubled sleep, I will give you some...

How You Pay More for Unused Web Space and Traffic
"2GB web space with 50GB traffic for $5.95 per month!" A luring ad–definitely. In fact this ad makes many small business owners feel cheated by their present web hosts. This is how the small business owners, who have taken small amount of...

Using External JavaScript Files
When you have lots of JavaScript functions and you plan to use them on many web pages, it is always advisable to keep them in a separate file, and then include that file on every page where those functions are required. This way, you can better...

Web Site Design Basics
Black text on white background works well on Web sites. On some screens the black and white contrast is far too strong and tires the eyes so then the background should be off-white. If your text is white, for example, make your background image...

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...

 
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.