发光文字代码
</textarea><table style="FILTER: glow(color=#000088,direction=2)">
<font color=#ffffff size=2>你要的字</font>
</table>
其中color是阴影的颜色,direction是设置阴影的强度,font color是原字体的颜色。
音乐
<embed src=音乐链接地址 width=400 height=60 type=audio/mpeg loop="true" >
图片上写字
<center><table width="100%" border="0">
<tr>
<td height="384" background="图片网址"></td>
</tr>
</table></center>
透明FLASH
<embed src="flash网址"";; width="900" height="500" quality="high"wmode="transparent"align="right" style="position: absolute; left:10; top:-100">
滚动图片 <MARQUEE scrollAmount=3 scrollDelay=3 behavior=alternate width=200 height=200><IMG height=200 src="地址1" width=200 border=0> <IMG height=200 src="地址2" width=200 border=0> <IMG height=260 src="地址3" width=200 border=0> <IMG height=200 src="地址4" width=200 border=0><IMG height=200 src="地址1" width=200 border=0> <IMG height=200 src="地址1" width=200 border=0> <IMG height=200 src="地址1" width=200 border=0> <IMG height=200 src="地址1" width=200 border=0> </MARQUEE>