Macromedia Studio MX Bible
|
| < Day Day Up > |
|
You can insert a table into your page using one of these methods:
-
Click the Insert Table tool from the Insert bar's Common or Tables toolsets.
-
Choose Insert ® Table.
-
Press Control+Alt+T/Command+Option+T.
This opens the Insert Table dialog box (Figure 34-1) where you can choose the number of rows and columns and set the table's width, border, and other properties.
You can work with your table in Design or Code views. Most of the tools used for tables are the same in both views. Figure 34-2 shows the views for a simple inserted table. The nsbp; seen in the code (Figure 34-3) represents a non-breaking space. Macromedia Dreamweaver places these in each cell of the inserted table to prevent the cells from collapsing. Many browsers require some sort of content in a cell to display certain cell properties.
| Tip | It's a good idea to view the table code often if you are not familiar with HTML code, as this will increase your coding skills greatly. |
|
| < Day Day Up > |
|