2020年4月20日 星期一
網頁編輯I
既然Google Drive現在不提供網頁空間的服務
那....只好去申請其他的免架站網頁空間啦。
方法(一)
步驟一:登入Google 帳號
步驟二:利用Google帳號直接申請 https://www.awardspace.com/ 免費網頁空間
(也可以用FB申請或另申請)
步驟三:有網域可自行設定,沒網域它有提供二級網域
優點:免費,只要記得google資料就可以登入,不用額外背帳密
缺點:沒有繁中,若用google帳號申請,當google出問題會跟著掛點
2020年4月13日 星期一
2020年4月10日 星期五
2020年3月20日 星期五
Blogger小技巧05-外框修飾&空一行的語法
外框修飾
<select style="border:1px #ccc solid;border-radius:3px;width:200px;height:25px;"onchange="window.open(this.options[this.selectedIndex].value)">
<option value="" />
</select>
空一行的語法
<script language="javascript">
document.write('<br>');
document.write(' <br>');
</script>
2020年3月13日 星期五
2020年3月12日 星期四
Blogger小技巧03-側欄下拉式選單
<select style="width:220px" onchange="window.open(this.options[this.selectedIndex].value)">
<option value="" />
<optgroup selected="true" label="常用網頁">
<option value="http://tw.yahoo.com" />yahoo網頁
<option value="http://www.google.com" />google網頁
<option value="https://sites.google.com/view/roats1000" />個人google Site
</optgroup>
<optgroup label="學校網頁">
<option value="http://www.tljh.cyc.edu.tw/" />大林國中
<option value="https://tljh-nature.blogspot.com/" />自然領域
</optgroup>
</select>
2020年3月11日 星期三
訂閱:
文章 (Atom)