Side by Side google sheet embed?

  • Thread starter Thread starter Dragonwhisky
  • 2 comments
  • 87 views

Dragonwhisky

Premium
Messages
7,519
United States
the land of green, hills, rocks & whiskey
Messages
Dragonwhisky
@Jordan or @Famine,

Is there a way to get 2 google sheets from 2 different files to show up side by side in a post?

Tried this
Code:
<table width="100%">
  <tbody>
    <tr>
      <td width="50%" valign="top">
        <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQZBJXbczxELuTVoxPrt9dJGXxPBY_PLJ78UDPKWmTIACaUxrKf_FQXRM_kxzba5kS19MVR884eCX4U/pubhtml?gid=1042279773&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
      </td>
      <td width="50%" valign="top">
        <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQwXs_wBTSU2a-tc3GxNGy-lh-P7ZeqIsmKJhyCbAkgXCiUpuX8qm3i0_A92fWPofXPeXEtOU4z7t-W/pubhtml?gid=1449492796&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
      </td>
    </tr>
  </tbody>
</table>

and this

Code:
[TABLE]
[TR]
[TD][URL="https://docs.google.com/spreadsheets/d/1nx3JmpuMGE6jUIe_09xEW0ToinwX0czUcqnqPc1hLs4/edit?usp=sharing"]GT7 Cars Pudding[/URL][/TD]
[TD][URL="https://docs.google.com/spreadsheets/d/1OEig1wOLQQwZ76HDywF7KCUIhXwWzu8Mj82n-En8MOA/edit?usp=sharing"]Combo History Tinker-2 GT7 Cars[/URL][/TD]
[/TR]
[/TABLE]

The first does not display side by side and either I made a mess of the code or... The second just gives links under the text or, if text is removed the raw link without any active embedding.

Thanks for your time.

~Dragonwhisky.
 
Back