Using Tables

In Sandvox you cannot directly add tables to a page. However, here is a handy workaround:

To insert a table using HTML:

  1. Add a raw HTML object from the Objects toolbar.
  2. In the "Edit Raw HTML window enter the appropriate HTML code, for example:"
<table border="1" bordercolor="000000" style="background-color:FFFFFF" width="400" cellpadding="3" cellspacing="1">
        <tr>
                <td>Table Cell</td>
                <td>Table Cell</td>
        </tr>
        <tr>
                <td>Table Cell</td>
                <td>Table Cell</td>
        </tr>
</table>

HTML Table Generator

www.quackit.com This HTML Table Generator allows you to create tables on the fly without having to write the code.


Keywords: table, tables, bullet, bullets, bulleted, bulletted, point, points, list, lists, unordered, ordered, row, rows, column, columns, bull, bullaten, numbered, numbers

How can we improve this page? Let us know.