Saturday, April 6th, 2013

Tables For Layout – Why Not?

Even when people first started using HTML tables to do their page layout, they realised that they were misusing the table tag and were creating a lot of work for themselves in maintaining their pages. The only reason they did it was that no other mechanism for placing content side by side worked in browsers [...]

Saturday, December 15th, 2012

Defining Tables

While using phpmyadmin to manually create the database tables for your script may initially seem like a good idea there are many reasons why writing a separate script to define your tables is a far better idea. Defining Tables

Thursday, February 16th, 2012

Nesting Tables

You can’t span rows or columns in a CSS table but where you need to achieve that result in your page layout you can nest one table inside another to achieve the same end result as this fifth tutorial on layout tables demonstrates. Nesting Tables

Sunday, February 12th, 2012

Multi-Row Grids

The fourth tutorial on CSS layout tables shows you how to set up a layout having multiple rows of content. Multi-Row Grids

Saturday, February 11th, 2012

Creating Columnsusing Tables

The simplest use for layout tables is to create multiple columns that really do have the same height rather than using one of the faux columns approaches to make it look like they are the same height when they really are not. Creating Columns using Tables

Friday, February 10th, 2012

Using CSS Tables

The second tutorial on layout tables discusses the circumstances where you might consider using one. Using CSS Tables

Thursday, February 9th, 2012

Tables for Layout

Starting a new series of CSS tutorials dealing specifically with the correct use of tables for web page layout. Tables for Layout

Saturday, January 28th, 2012

Merging Rows

The table cells you want to merge are not always next to one another. Here’s how to merge them when they are one above the other. Merging Rows

Friday, January 20th, 2012

Column Footers

While few tables have footers at the bottom of each column, the next thing in your table source after the column headings when you do have them are the footers. The reason for this is that when printing tables browsers are supposed to print the header and footer on each page and so need to [...]

Thursday, January 19th, 2012

Column Headings

Having placed the basic HTML tags for our table into the (X)HTML in yesterday’s tutorial, this second tutorial looks at how we can start to add the content into the table. We start by placing the headings for the columns. Column Headings

Wednesday, January 18th, 2012

Tables

There are a whole range of tags available for setting up the display of tabular data in your web page. This is the first in a series of tutorials on how to properly define semantically correct tables in your (X)HTML. Tables

Sunday, December 18th, 2011

Creating Columns in Word

While not a desktop publishing program, Microsoft Word does allow some control of content positioning. Here’s how to put your content into columns. Creating Columns in Word