Search
Recommended Products
Related Links


 
 

 

 

Informative Articles

Avoid Graphical Overload
When designing a website, it's easy to start loading it up with graphics. While tempting, you have to resist -- otherwise, you'll end up with graphical overload. Why is that a bad thing? Here's why. It Takes Too Long to Download ...

Browser Compatibility
Internet Explorer, created by microsoft has been the most popular web browser for many years. But the gap is shrinking with the release of Mozilla Firefox, by an open source community. At the last count it is said that there are 64 million firefox...

Eight Simple Steps For Enhancing Your Website
To be successful with your online business, whether you are selling your own product, services or are selling for other merchants as an affiliate, you need a Web site that focuses on that subject alone. The site must be easy to build,...

Eight Tips To Create A Search Engine Friendly Website
Every website needs traffic. It is not possible for a website to continue for long period without attracting enough traffic. The basic aim behind search engine optimization (SEO) is to give enough popularity to the websites and thereby to attract...

HTML for Beginners
For some reason, HTML seems to really frighten a lot of people. Some have seen complicated HMTL that's been produced by an editor program, or they've clicked 'View Source' on a few pages and been scared by what they've seen. What you have...

Interactive Forms
Why interactive forms? Forms are easy enough to create when they are simple, like search boxes. But what if you need them to be complex? How about changing the forms based on input by the viewer? This is where interactive forms using Javascript...

Jagger Algo Update - Part 2
This is the second part of the Google Jagger update discussion. The first part of this article discussed the overview of how and why Google needs to update its website ranking algorithms periodically. This article shall discuss the specific areas...

Starting a New SEO Services Business
If you have ever considered starting a new SEO service company, there are several steps you can take that will get things moving in the right direction. I myself started a company this past year that is already realizing great results. Not only will...

Using CSS with Tables
Tables are currently the most common method of laying out/structuring a web page. Although the use of tables for this purpose is considered, by many, to be a misuse, it is by far the easiest way of organising web page content. Most purists...

Why Website Title Tags Are So Important
Ever notice that in the upper left corner of the main bar of the Internet Explorer (IE) browser (most statistics report 84% of Internet users or higher are using IE) there is some text on every website you visit? You can also usually see...

 
 
 
How To Design Your Web Site With CSS

Cascading Style Sheets (CSS) allows you to create fast
loading pages, increase your search engine rankings, and
modify your whole site with one style sheet. So why don’t
more people use them? This is because they got so used to
html design and are afraid or too lazy to upgrade their
skills. Some will also use ready made templates that
contain flashy graphics, bloated code and sometimes
even contains hidden code embedded in the page.

In this series of articles I will show you how to create a
simple web site using CSS, so you will have no excuse to
begin incorporating them into your future designs.

What are Cascading Style Sheets?

Cascading Style Sheets is the name of a simple language
that allows you to add any style (font, colors, graphics,
links, layouts) to your web pages.

Benefits of Cascading Style Sheets

1. Separate content from presentation – you can separate
your HTML markup, text, graphics and multimedia from
presentation.

2. Consistent site wide look and feel consistency – you can
apply one style for 100s of web pages all at once. So if
you had to change the color of all pages on your site, you
only have to edit one style sheet. This saves you a huge
amount of time, especially if you had to edit each page
separately.

3. Web site maintenance - apart from being able to make
site wide changes easily through one CSS file, the clean
code it generates makes it easier to update. Properly
marked up web pages permit them to be maintained by more
than one person. It will also work in more browsers. Web
site redesigns will take much less time.

4. Improve search engine rankings – search engines
generally spider the code at the top of your

 


web page first.
For most sites that means the navigation bar will be spidered
first (resides at top of page code). CSS enables you to
position the code for your content at the top making your
page search engine friendly. Properly marked up HTML pages
can easily found and properly categorized by search engines

5. Fast loading – CSS reduces the amount of tags used
therefore producing clean code. Tableless design can reduce
your load time by 25% to 50%.

6. Reduce bandwidth – compacting the amount of code used
will reduce the amount of bandwidth needed to host your web
pages. Therefore you won’t have to pay higher fees when
adding more web documents to your site.

7. Accessibility - increasing accessibility with CSS means
being able to serve web content to a larger audience,
increasing web site usability, even for non-disabled
people. Content can easily be formatted for projection as
well as screen display. Tableless layouts display well on
hand-helds.

8. Improve the printing of web pages – most printers will
only allow you to print a portion of the web page. With CSS
your whole document can be printed.

When you use CSS it becomes quick and easy to apply new
styles that can not only effect all styles on your web page
but even your whole site.

In the next article I will explain how to layout a web page
using CSS.

About the Author

Herman Drost is the Certified Internet Webmaster (CIW) owner and author of http://www.iSiteBuild.com. Affordable Web Site Design and Web Hosting. Subscribe to his “Marketing Tips” newsletter for more original articles. mailto:subscribe@isitebuild.com. You can read more of his in-depth articles at: http://www.isitebuild.com/articles