Wednesday, September 16, 2015

Create a table in blog

OBJECTIVES
COMPLETED
(Yes or No)
HOW DID YOU DO IT?
Objective #1Yes or NoDescribe how you accomplished the goal or why you didn't.

To create the table above:

  1. Click the HTML tab and post the following ALL text after #2:
  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