Using Tables Or Bullet Points

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

To insert a table or bullet points into some text:

  1. Open a rich text editor such as TextEdit.
  2. Create a list of bullet points or a table.
  3. Select the items you have just created copy them to the clipboard. Note that you must select the entirety of a table (not just a few cells) in order to copy it as a table. The "Edit → Select All" menu command may help with this.
  4. Switch to Sandvox and paste the items into the page's text.

Tip: To create a table in TextEdit use the "Format → Text → Table…" menu.

Alternately, if you have Sandvox Pro, you can use the Paste HTML Into Text menu.

To insert a table or bullet points using Sandvox Pro:

  1. Select some text to begin editing it.
  2. From the Edit menu choose "Edit Raw HTML."
  3. Where you want the table of bullets enter the appropriate HTML code. e.g.
<ul>
<li>Bullet 1</li>
<li>Bullet 2</li>
</ul>
How can we improve this page? Let us know.