- Table Width: This value determines how wide the table will appear in a browser window. It can be specified in a percentage or exact pixels.
- Border: This is the width of the border around each cell and the entire table in pixels.
- Cell Padding: This is space between a cell’s border and its contents measured in pixels.
- Cell Spacing: This is the number of pixels between each cell.
A funny side note.. I was looking through old Dreamweaver 4 documentation and I came across this:
Quote:
|
Tables give the web designer control over the structure and layout of the web pages visitors see. Without tables web sites would not be the structured, efficient and dynamic information medium that they have become. In the past, using HTML to incorporate complex tables was a difficult at best. Fortunately, today we have better tools such as Dreamweaver that makes this once time-consuming task relatively easy.
|