Using TAbles

sunandaC

Sunanda K. Chavan
Using HTML tables on a web page allows the organized and specific arrangement of data. The data can be text, images, links, forms, form fields, other tables, etc., arranged into rows and columns of cells (individual units).

Tables let you control the look of your website by breaking your pages into precise segments while controlling the placement of text and graphics. You can create columns and grids that can contain images and text.


Cells can be utilized as templates or style sheets to give a uniform look and, through use of color, add visual contrast to your website. Be careful though, if you use colored cells in your table, some browsers might not display the cell in color unless there is text or an image in it. For example, older browsers can only see the background color described in the <BODY></BODY> tag.


Also Netscape’s handling of empty table cells give web designers fits. That is because Netscape browsers have a well-known bug that prevents the browser from displaying empty table cells.

There is a “work around,” but it means the designer is required to add a bunch of code to the table if you want your empty cells to display background colors when your website is accessed via a Netscape browser.


You also must deal with the fixed-width problem. When you add a variable width table, the horizontal dimensions readjust with the browser width.

A fixed width guarantees the final appearance. But the variable width can take better advantage of the situation if the browser has a larger width setting to begin with. Use trial and error testing to find the optimal combination of fixed and variable widths for the different parts of the table.

Some WYSIWYG (what you see is what you get) web page editors (this is software) have problems with tables. Be careful, if you are doing your own design work what your editor displays on the screen may vary greatly from what you see in a browser

A simple, easy-to-understand navigational design ensures your customers quick and effortless travel through the multiple pages on your website. Your customer should never be more than three clicks away from what they want to find.


Without fast, intuitive, and simple navigation capabilities, your customers will not take the time and effort to navigate your site, regardless of how good your content, product and/or service might be.
 
Back
Top