OBJECTIVES
|
COMPLETED
(Yes or No) |
HOW DID YOU DO IT?
|
Objective #1 | Yes or No | Describe how you accomplished the goal or why you didn't. |
To create the table above:
- Click the HTML tab and post the following ALL text after #2:
- Return to "Compose" mode to replace text with each days info.
<table align="center" border="1px" style="width: 100%;">
<tbody>
<tr>
<td><div style="text-align: center;">
<b>OBJECTIVES</b></div>
</td>
<td><div style="text-align: center;">
<b>COMPLETED</b> <br />
<i>(Yes or No)</i></div>
</td>
<td><div style="text-align: center;">
<b>HOW DID YOU DO IT?</b></div>
</td>
</tr>
<!----this is where a new row starts. Copy from<tr> to </tr>-->
<tr>
<td>Objective #1</td>
<td>Yes or No</td>
<td>Describe how you accomplished the goal or why you didn't.</td>
</tr>
<!----this is where a new row ends.-->
</tbody></table>
No comments:
Post a Comment