寫文章常用語法與網站

寫文章常會需要用到許多常用的的網站或語法。

所以我也在這邊做個文章的小筆記。
一、寫文章常用網站
網站名稱:HTML Encoder
網址:連結
網站簡介:一個可以在網頁上直接顯示原始碼的轉換網站。

網站名稱:外嵌網頁
網址:連結
網站簡介:在網頁頁面上鑲崁另一頁網站。

網站名稱:加密文章
網址:連結
第二網址(可自訂ID)
網址:連結
網站簡介:可以將秘密文字轉換為外星語言的轉換站。


二、寫文章常用語法
1.文字加背景顏色語法:更多文字表格背景變化教學
<table border="0" width="400" class="main" cellpadding="10" style=" "><tbody><tr><td bgcolor="#FF99CC(顏色)">文字</td></tr></tbody></table>

本文有密碼保護, 需要輸入密碼:
密碼提示:密碼
 



2.連結開新視窗語法(下拉式連結選單設置教學)
<a href="網址" target="_blank">

3.圖片去外框語法
style="border:0px"/>


4.文章加密-我覺得比較喜歡的格式,有需要的話可以去看看詳細教學。
引用於雪兔の部屋: Blogger Hack 密碼保護文產生器(2/7)

文章加密語法
<form id="表單form" onsubmit="Decrypt_text('內容content','密碼Password','表單form','加密文');return false;">本文有密碼保護, 需要輸入密碼:
密碼提示:密碼提示用語
<input id="密碼Password" type="password" value=""> <input type="submit" value="確定">
</form>
<div id="內容content"></div>

iframe語法
<a href="網址" target="out">網站名稱</a>
<iframe src="網址" name="out" width="100%" height="600" marginwidth="0" marginheight="0" scrolling="yes" frameborder="0"></iframe>

三、設定開新視窗的視窗設定
script定義碼:一定要先放上面這段才可以執行下面的語法
<script language="javaScript">
<!--
function MM_openBrWindow(theURL, winName, features){//v2.0
window.open(theURL,winName,features);}
//-->
</script>

連結語法
<a href="javascript://" onClick="window.open('網頁網址','','menubar=no關閉目錄選項,status=no關閉狀態選項,scrollbars=yes開啟捲軸,top=200上方視窗開啟位置,left=200左方開啟位置,toolbar=no關閉工具列,width=400開啟視窗寬度,height=600開啟視窗高度')">要輸入的文字</a></p>

要使用語法時,記得要把中文字砍掉(除了要輸入的文字以外),中文字僅說明使用而已;NO是關閉YES是開啟。

四、色彩的作用

顏色

作用

白色

清潔、冷淡、無生氣

米白色

柔和、沉靜

黃色

興奮、刺激

綠色

舒適、清爽

藍色

鎮靜、清涼、沉穩

藍綠色

集中注意力

粉紅色

溫暖、柔軟

紅色

分散注意力



五、跑馬燈語法

<marquee scrollamount='2' scrolldelay='150':設定跑馬燈速度。

direction= 'up' :文字跑馬燈方向。
左=left;右=right;上=up;下=down;左右=alternate。

width='105' id=xiaoqing height='120' :跑馬燈邊界寬高。


style="color: #FF99CC :字型顏色
font-size: 10pt :字型大小
font-weight: normal :字型粗斜體設定
font-family:新細明體":文字字型設定

<marquee scrollamount='2' scrolldelay='150' direction= 'up' id=xiaoqing height='120' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start() style="color: #FF99CC; font-size: 10pt; font-weight: normal; font-family:新細明體"><br>你要輸入的文字<br>。</marquee>

六、防反白鎖右鍵語法

<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return
false"onmouseup="document.selection.empty()">

最新文章