How Do I Add a Table to a Page in SoCast?

How Do I Add a Table to a Page in SoCast?

How Do I Add a Table to a Page in SoCast?

Info 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:

  1. Go to Google Sheets and open your desired file.
  2. At the top, click File > Publish to the web.
  3. Choose a publishing option:
    • Spreadsheet: Publish the entire spreadsheet or select individual sheets. You can also choose a publishing format.
  4. Click Publish.
  5. 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

  1. Open the page where you want to add the table.
  2. In the text editor, switch to the HTML view.
  3. 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 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 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 ...
    • How Do I Use the Full Page Ad Slot Element in SoCast 3.0 Theme?

      How Do I Use the Full Page Ad Slot Element in SoCast 3.0 Theme? Who Is This Article For? All users who have access to pages, contests, and sidebars Applicable to: SoCast 3.0 Theme Requirements You must have a Google Ad Manager account (or a similar ...
    • Can I Add Custom Ads to a Page or Sidebar in SoCast?

      Can I Add Custom Ads to a Page or Sidebar in SoCast? Who Is This Article For? All users with the Access Sidebar permission Applicable to all SoCast Themes Requirements Admin access to Google DFP (DoubleClick for Publishers) How to Add Custom Ads You ...