Search
Recommended Products
Related Links


 
 

 

 

Informative Articles

10 COMMANDMENTS OF WEBSITE ACCESSIBILITY
We keep hearing about something called 'accessibility' for websites. So what is it all about huh? Well, it is all about webmasters making sure that they give any disabled visitors who come to their site an equivalent experience to that which a...

A Book Review: “The Hidden Power of Photoshop Elements"
You can never find a graphic art professional who doesn’t know about Adobe Photoshop. This well-known professional digital imaging tool has been widely used in the world of web and graphic design. Adobe Photoshop Elements, on the other hand, is the...

Designing Your Site For The Search Engines
When you design a website, it's easy to focus on what your visitors are going to see. What you have to realise, though, is that you're going to have another kind of visitor with a completely different agenda: they're not going to be looking at your...

DHTML-Introduction
Think of DHTML as not a singular technology but a combination of three existing technologies glued together by the Document Object Model (DOM): 1. HTML - For creating text and image links and other page elements. 2. CSS - Style Sheets for...

First-rate Tools for your Web Authoring
Indeed, if you want to make your mark in the wide, wide Web, you would not need an expensive software package to create and post your very own Website. Even if you don’t have money to spare, many HTML editors and FTP clients are available that...

Growing Trends Of The Mobile Phone Industry
The ever-changing mobile communications industry is again transforming consumer perception of telephony on-the-move. We’ve come a long way since the 80’s "brick like" model that gave us the freedom to move away from dingy payphones. In fact, mobile...

Guns Don't Kill People - Videogames Do!
“Ban these evil games”, “Videogame violence corrupting our nation’s youth”, “video games stole my husband”. It seems everyday that the media are making more and more claims about the evils of videogames. But are these claims based on fact, or is it...

Microsoft and Webmasters
Does Microsoft care for Webmasters It’s always been a problem with websites appearing exactly the same on different platforms. As a web developer / webmaster it is extremely difficult to make user experiences rich by having the site look the...

Ten Steps to a useable website.
10 Easy Steps to a Useable Website Building a useable website can seem daunting. Here is a quick guideline to help you on your way. It’s all about your content To get your website listed appropriately the content of your website needs to be...

Web Accessibility Myths
With more and more countries around the world passing laws about blind and disabled access to the Internet (including the Disability Discrimination Act in the UK), web accessibility has been thrown into the spotlight of the online community. This...

 
 
 
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 would say their use is now obsolete and you should switch to Cascading Style sheets for website /web page layout. However personally I still prefer tables for the basic outline structure in what is called a "minimal table layout".

In the minimal table approach the outline structure is created using a table, and positioning within the table is done using cascading style sheet elements. This is the approach I currently use, and probably will continue to use over the next few years.

Not only can you use CSS for the element layout they can also be used to control the table itself, like table width or background colour. This way, just by making a change in the external CSS control file you can change the tables for all web pages, and with it

 


the appearance/layout of the entire website.

One of the other advantages of continuing to use tables for page layout is that the pages are still easy to edit with most web page editors, whereas if you use CSS themselves for positioning then you will need a compatible editor.

Tables have been the mainstay of web page layout for many years and will continue to be over the next few years. However when combined with Cascading style sheets they can become very flexible and powerful, as well as simple to use.

To see how easy it is to do see Web Page Layout Using Tables and CSS

About the author:

Stephen cope is a freelance technical trainer and the webmaster of several websites.You can get more website making tips and articles to help you make your own website at http://www.build-your-website.co.uk.