Dreamweaver - Creating a Table
|
|
Written by Website Tutorials
|
|
Wednesday, 24 May 2006 |
|
Creating a Table Tables can be created within Dreamweaver from the Insert Menu, by selecting Table, or from the Objects Palette by clicking on the Table Icon. Either option brings up the following Dialog Box:

Several fields must be defined before the table is inserted: - Rows: How many rows in the table
- Columns: How many columns in the table
- Cell Padding: Specifies the space between the table border and the cell. This number is in pixels.
- Cell Spacing: Specifies spacing between table cells. This number is also in pixels.
- Width: The width of the table. This is either a percentage or a number in pixels. Use the drop down menu to choose.
- Border: The thickness of the table border. This is a number in pixels. A value of 0 will give you a table without a border.
Once you have defined the table, click OK and it will be placed on your page. It will look something like this: Each one of the boxes is a table cell. From there you can enter text by simply clicking once inside the cell and then typing. You can also add images, forms, and just about every other HTML element. |