Inline Text
-
I have been struggling to find a way to include a IGSV table as a single cell within text. Countless hours have been used researching threads and Googling possibilities as the documentation within the plugin is insuffiecient. I have finally found a work-around using a third-party plugin.
Download and use the “Shortcoder” plugins from https://www.aakashweb.comI was able to combine two IGSV tables along with text on one line using the below code. Basically, I included all within a HTML table …. as follows:
<table><tr>
<td>[gdoc key=”https://docs.google.com/spreadsheets/d/MYGOOGLESHEETID/edit#gid=1833743368″ query=”select AE limit 1 offset 2″ display=”inline” class=”no-datatables” use_cache=”no”] </td>
<td>is leading Men’s and</td>
<td>[gdoc key=”https://docs.google.com/spreadsheets/d/MYGOOGLESHEETID/edit#gid=1833743368″ query=”select AF limit 1 offset 2″ display=”inline” class=”no-datatables” use_cache=”no”]</td><td>is leading Womens!</td>
</tr></table>It now renders all in one line:
“Bob White (4.02) is leading Men’s and Jane Doe (3.15) is leading Women’s!It may not be the best, but it is a simple solution that seems to work!
- The topic ‘Inline Text’ is closed to new replies.