| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Tables and Code

Page history last edited by PBworks 15 years, 8 months ago

Find the table configuration you need and copy that html code. Then paste the code on your wiki page. (Don't forget to click the html button on your page before pasting the code.)

 


 

1.

 

   
   
   

 

Code:

 

<table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody>  <tr>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>  </tr> </tbody></table>

 


2.

 

     
     
     

 

Code:

 

<table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody>  <tr>   <td> </td>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>   <td> </td>  </tr> </tbody></table>

 


3.

 

       
       
       

 

Code:

 

<table width="200" cellspacing="1" cellpadding="1" border="1"> <tbody>  <tr>   <td> </td>   <td> </td>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>   <td> </td>   <td> </td>  </tr>  <tr>   <td> </td>   <td> </td>   <td> </td>   <td> </td>  </tr> </tbody></table>

Comments (0)

You don't have permission to comment on this page.