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:
- Open a rich text editor such as TextEdit.
- Create a list of bullet points or a table.
- 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.
- 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:
- Select some text to begin editing it.
- From the Edit menu choose "Edit Raw HTML."
- Where you want the table of bullets enter the appropriate HTML code. e.g.
<ul> <li>Bullet 1</li> <li>Bullet 2</li> </ul>
