公佈互動表單的資料
- 找到表單的位置,在該位置下應該會有一個同名的「xxxx (回應)」
對回應的檔案按「右鍵/共用」
開放權限
- 打開 xxx回應的檔案,「檔案/發佈到網站」
- 選擇「內嵌」及工作表,複製「內嵌碼」
用空白容器包裝,並放入index.html中
<!-- 回覆表單 -->
<section id="forms" class="padded-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="center-heading" style="text-align: center; margin-bottom: 40px;">
<h2>回覆表單</h2>
<hr>
</div>
</div>
</div><!--center heading row-->
<div class="row">
<div class="col-sm-12 col-md-12">
<!-- 請放入嵌入碼-->
<!-- 嵌入碼end-->
</div>
</div>
</div>
</section><!--回覆表單 end-->
<iframe src="https://docs.google.com/spreadsheets/d/1g_GLf0YTjb6wpTK0Lt6dkRMrbSw7Ps83EgKXW3rZu7A/pubhtml?gid=1127224059&single=true&widget=true&headers=false"></iframe>
- 增加一個行內樣式表
style="width:100%;height:500px;"