1. Ctrl+Alt+T is pressed in Dreamweaver, shoot a dialog box that inserts form, if parameter setting pursues (lead red draw a frame round to secure a value, do not have effect) otherwise:
Pitch on form, the setting color of form installs in attribute face plate:
Cursor fixed position arrives in the first unit case, press Shift key to click the last unit case, choose all unit case completely, install the color of all unit case in attribute face plate next:
If fruit of the aftereffect that finish pursues:
2. The dark frame that uses form (Bordercolordark) and bright frame (the filament form that Bordercolorlight) attribute makes:
Still insert form by Ctrl+Alt+T, in the dialog box the setting is like a graph (lead red draw a frame round the field planting that it is solid, do not have the effect otherwise)
F9 is pressed after pitch on form, launch series of "Tag Inspector" face plate, in "Attributes" face plate the setting is like a graph:
The graph is like after finishing:
3. The CSS attribute Border-collapse that sets table is Collapse: Insert form by Ctrl+Alt+T, the setting of the dialog box is the same as a law 2. Pitch on form, the frame color of form installs in attribute face plate:
Spread out "Tag Inspector" face plate by F9, "border-collapse:c is filled in the "style" in "Attributes" face plateOllapse; "
The graph is like after finishing:
Attention: The filament form that the law makes 3 times applies to IE5+ only, compatibility is best is a law 1, law 2 not be the filament form on firm sense.
Skill: Law 1 in the setting color that can define form unit division with CSS, in order to reduce code amount:
<style>
.thin{background:#000000}
.thin Td{background:#FFFFFF}
</style>
<table Width="200" Border="0" Cellspacing="1" Cellpadding="0" Class="thin">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>

No comments:
Post a Comment