3D文字效果代码: <style type="text/css"> .3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% } </style> <table border="0" width="100%"> <tr> <td width="100%" class="3dfont"><font color="#008040">文字</font> 浮雕的文字 </textarea><table style="FILTER: dropshadow(color=#6699FF, offx=1, offy=1, positive=1);"> <font color=#0000FF>你要的文字</font> </table> color是阴影的颜色,可以配合网页色调改变,positive是设置阴影的强度。offx;offy是设置的阴影和文字的距离;font color是原字体的颜色。 阴影的文字 </textarea><table style="FILTER: dropshadow(color=#cccccc, offx=2, offy=2, positive=2);"> <font color=#6CABE7 size=2>你要的文字</font> </table> 文本框字体 </textarea><TEXTAREA STYLE="font:12px;font-family:Verdana;color:#666666">输入内容 注:字体(font-family)还可以选用Arial,Tahoma等等;color可自行设定 <TR> 表格列 border="5"边框宽度为5像素,bordercolor="Purple"边框顔色为紫色 <TD> 表格栏 bgcolor="Green"表格背景顔色为绿色
背景音乐代码 QUOTE: 背景音乐代码 </textarea><embed src=http://你的背景音乐地址 width=0 height=0 loop= true> (此代码不显播放器) </textarea><embed src=http://你的背景音乐地址 width=2 height=2 loop= true> (此代码显播放器)