說明:double--雙線;rad--紅色。
三、凸出框代碼如下
<DIV style="BORDER-RIGHT: #ff88ff 25px outset;
BORDER-TOP: #ff88ff 25px outset;
BORDER-LEFT: #ff88ff 25px outset;
BORDER-BOTTOM: #ff88ff 25px outset">文字內(nèi)容</div>
四、郵票框代碼如下:
<TABLE style="BORDER-RIGHT: #f6ae56 3px dashed;
BORDER-TOP: #f6ae56 3px dashed;
BORDER-LEFT: #f6ae56 3px dashed;
BORDER-BOTTOM: #f6ae56 3px dashed" cellSpacing=5 cellPadding=0 bgColor=#f6ae56><TBODY><TR><TD Align=center align=middle bgColor=#aeffae>文字內(nèi)容</div></TD></TR></TBODY></TABLE>
五:虛線框代碼如下:
<DIV style="BORDER-RIGHT: #ff0000 4px dashed;
BORDER-TOP: #ff0000 4px dashed;
BORDER-LEFT: #ff0000 4px dashed;
BORDER-BOTTOM: #ff0000 4px dashed">文字內(nèi)容</div>
六:凹槽框代碼如下:
<DIV style="BORDER-RIGHT: red 25px groove;
BORDER-TOP: red 25px groove;
BORDER-LEFT: red 25px groove;
BORDER-BOTTOM: red 25px groove">文字內(nèi)容</div>
七、實線代碼:
<div style="border:3px solid #f990033;">文字內(nèi)容</div>
八、外凸代碼:
<div style="border-style:outset; border-width:5px;">文字內(nèi)容</div>
九、帶背景色的簡單雙線框 :
<div STYLE="border-style:Double;border-width:8pt; border-color: #8B008B"> <div style="width:100%;height:100%;background-color:#E6E6FA;">文字</div></div>
十、帶背景色的浮出立體線框 :
<div style= "border-top-style:Ridge;border-right-style:Ridge;border-left-style:Ridge; border-bottom-style:Ridge;border-width:7pt; background-color:#8B008B"><div style="width:100%;height:100%;background-color:#E6E6FA;">文字</div></div>
信紙式虛線代碼
<hr style="border:1px dashed red; height:1px">
1.上面的代碼表示一條虛線,你想要多少就復制多少就可以了。
2.代碼中的的border:1px ,height:1px是來控制虛線的大小的,根據(jù)需要自己來修改那兩個數(shù)字。
3.代碼中的red表示虛線的顏色,可以自己修改。