【问题标题】:Google spreadsheets fixed width for embedding in a google site用于嵌入谷歌网站的谷歌电子表格固定宽度
【发布时间】:2015-04-24 14:42:40
【问题描述】:

真的希望有人能回答这个问题,因为它看起来很简单;

我有一个谷歌网站,我正在将一个谷歌电子表格插入到布局中(标题、左侧导航、电子表格所在的一列内容区域)。可悲的是,这会在为谷歌电子表格指定的区域中创建一个水平滚动。如何(或我可以)设置我的谷歌电子表格的宽度,以便它自动调整为我的谷歌网站中为电子表格指定的区域的宽度?

【问题讨论】:

    标签: google-sheets google-sites fixed-width


    【解决方案1】:

    如果小工具不允许,您可以编辑页面 html 以将 iframe 宽度设置为 100%,如下所示: <iframe src="https://docs.google.com/spreadsheets/d/xxxx/pubhtml?gid=0&single=true&widget=true&headers=false" style="height: 28em; width: 100%;"></iframe>
    请注意,这是针对已发布的 url,但它应该适用于任何 iframe 嵌入。在博客页面上查看an example here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-04-28
      相关资源
      最近更新 更多