【问题标题】:How should I remove the title of the document from an embed Google Sheet?我应该如何从嵌入的 Google 表格中删除文档的标题?
【发布时间】:2021-10-12 17:00:31
【问题描述】:

我绝望地试图删除嵌入在我的网页上的 Google 表格的标题(通过 Webnode)。我已经尝试将 &chrome=false 添加到链接中,但是它不起作用(它说它无法加载文档)。我应该把它放在代码的哪里?或者去掉title的方法是什么?

代码如下:

<iframe width="90%" height="420" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRERjtiSWcFvm5gtyyfJbsb83RD3Du9-hUCWwMiSo4AaFDEbe1nyn_vFYVsyE5XqryBdvMsNY3EV6Vs/pubhtml?widget=true&amp;headers=false"></iframe>

【问题讨论】:

    标签: html iframe embed


    【解决方案1】:

    哈哈哈,我连续解决了第二个问题。 :D 由于某种原因,webnode 在“chrome=false”的末尾添加了“&amp”,现在它可以工作了!

    <iframe width="90%" height="420" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRERjtiSWcFvm5gtyyfJbsb83RD3Du9-hUCWwMiSo4AaFDEbe1nyn_vFYVsyE5XqryBdvMsNY3EV6Vs/pubhtml?widget=true&amp;&amp;chrome=false&amp;headers=false"></iframe>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-16
      • 1970-01-01
      • 2010-12-28
      • 1970-01-01
      • 2014-06-20
      • 1970-01-01
      • 2018-07-24
      相关资源
      最近更新 更多