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月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日 星期三

影片編輯資源

影片來源方式

1.自行拍攝(請留意隱私)
2.下載改編(請留意版權)
   下載推薦軟體:4K Downloader

影片編輯方式

1.內建的Movie Maker
2.免費的Open Shot

2020年3月10日 星期二

Blogger 小技巧02-導覽列下拉選單

先簡易說明下拉選單的語法架構如下:

最上層 MenuItem,用 <li>...</li> 包住的內容,如下:
<li>
 <a href='https://roats1000.blogspot.com/'>Home Page</a>
</li>

2020年3月9日 星期一

Blogger 小技巧01-外部連結開新視窗

在HTML中尋找 </body> ,在上方插入以下內容

紅色部分要修正成自己的網址

2020年3月7日 星期六

Bogger 版面設計

後台

檢視網誌       →可以前往看目前網誌情形。

發表文章    →進入各篇文章的管理頁面。

統計資料    →各種統計的圖表量化介面。

留言            →進入各篇留言的管理頁面。

2020年3月5日 星期四

格式化硬碟

請注意這會造成資料全數消失
請確定無誤後,再到命令提示字元執行

2020年3月4日 星期三

硬碟消失處理方式

搜尋並執行電腦的 cmd

diskpart

list disk

select disk

list partition

select partition

set id = 07