How Do I Add a Table to a Page in SoCast?
How Do I Add a Table to a Page in SoCast?
This Article Is For:
- All users who have access to Pages
- Applicable to all themes
SoCast recommends adding tables or spreadsheets to your pages using one of the following methods:
Option 1: Embedding a Google Sheet
Google Sheets is a free, web-based spreadsheet program included with Google Drive. You can easily embed a Google Sheet into your SoCast page by following these steps:
- Go to Google Sheets and open your desired file.
- At the top, click File > Publish to the web.
- Choose a publishing option:
- Spreadsheet: Publish the entire spreadsheet or select individual sheets. You can also choose a publishing format.
- Click Publish.
- Copy the generated URL and embed it into your website by pasting the code into a Raw HTML element on your SoCast page.
Option 2: Adding a Table Using Custom HTML Code
- Open the page where you want to add the table.
- In the text editor, switch to the HTML view.
- Copy and paste your table's HTML code into the editor. You can use the following sample code and edit it to match your needs:
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Row 1, Cell 1</td>
<td>Row 1, Cell 2</td>
</tr>
<tr>
<td>Row 2, Cell 1</td>
<td>Row 2, Cell 2</td>
</tr>
</table>
Customize the table as needed for your content.
Don't forget to save your changes!
Related Articles
How Do I Add a Row Element in SoCast Engage?
How Do I Add a Row Element in SoCast Engage? This Article Is For: All users who have access to pages, blogs, contests, or sidebars Applicable to all themes Note: A row can be inserted into a parent row or column. Step-by-Step Guide Click the blue Add ...
How Do I Make an Events Page Look Uniform Using the Display Events Element in SoCast Engage?
To make your events page look more uniform and organized in SoCast Engage, use the Display Events element. This element is designed to showcase a list of upcoming events in a clean, structured format with customizable layouts, pagination, title ...
How Do I Add a Clickable PDF Link to a Page in SoCast?
How Do I Add a Clickable PDF Link to a Page in SoCast? Who Is This Article For? All users with access to Pages Applicable to all themes Follow these instructions to add a clickable PDF link to a page, blog post, or other content area in SoCast. ...
How Do I Edit The Sidebar in SoCast Engage?
Log in to SoCast Engage. Navigate to Website > Website Structure > Side Bars. Locate the default, global sidebar (typically named with "Template Sidebar" or similar). This sidebar appears on every page with the sidebar enabled. Edit the global ...
How Do I Create and Display an Event Calendar in SoCast Engage?
Log in to SoCast Engage. Navigate to Website > Events > All Events. On the right side, under Event Calendars, click Add Calendar to create a new calendar (this acts as an event category). Once the calendar is created, click Add New next to the event ...