|
文字应用 1.文字基本设制 基本代码如下: <P align=center><FONT color=#CFCF88 face=华文行楷 size=5>插入文字</FONT></P> <P align=center>表示居中,<P align=left>表示居左,<P align=right>表示居右。 face=字体 常用字体为:宋体.黑体.楷体.仿宋.华文行楷.新宋体.华文新魏等 size=字体大小,这里的最大值为7 取值越大文字就越大 另一种贴法: <font style=font:40pt face=新宋体 color=#ff0000>插入文字</font> font:40pt 数值越大文字就越大。 color=颜色代码。下面是颜色选择器,大家可以自己选择: 2.移动文字 效果: 基本代码: <marquee direction=up behavior=scroll width=400 height=90 scrolldelay=80 scrollamount=1><font color=red size=+2 face=华文新魏>插入文字</font></marquee> 说明: direction=移动方向 可选值为向上(up) 向下(down) 向左(left) 向右(right) behavior=移动方式, scroll 一圈一圈绕着走, slide 只走一次, behavior=alternate 来回走 width=宽度 height=高度 scrolldelay=速度 scrollamount=位移 上面的参数大家可以根据不同的情况自行调节。 3。文字特效 效果1 代码如下: <table align=center border=3 bordercolor="#CD5C5C" width=500 height=375><td background=http://my.e-yu.cn/ctv/tp/fengjing/lu10.jpg><marquee behavior=alternate scrollamount=3 direction=down height=350><marquee behavior=alternate scrollamount=3 width=500><img src=http://my.e-yu.cn/ctv/tp/fengjing/xing01.gif><font color=red size=6><b>欢迎你的到来</b><img src=http://my.e-yu.cn/ctv/tp/fengjing/xing01.gif></font></marquee></table><br> 效果2 代码如下: <center><table width=500><tr><td><font color=#991144&><marquee behavior=alternate><MARQUEE behavior=alternate><FONT face=宋体 color=red size=4><MARQUEE direction=up behavior=alternate width=60 height=120>读</MARQUEE><FONT color=orange> <MARQUEE direction=up behavior=alternate width=60 height=80>网</MARQUEE><FONT color=#FF8CA9><MARQUEE direction=up behavior=alternate width=60 height=120>欢</MARQUEE><FONT color=green> <MARQUEE direction=up behavior=alternate width=60 height=80>迎</MARQUEE><FONT color=blue><MARQUEE direction=up behavior=alternate width=60 height=120>光</MARQUEE><FONT color=lime> <MARQUEE direction=up behavior=alternate width=60 height=80>临</MARQUEE></FONT></FONT></FONT></FONT></FONT></FONT></marquee></font></td></tr></table></center>
原标题:【我来转几个关于做贴的东东,这是比较全的,不懂的大家一起讨论吧.(一)】是呆傻在2004年9月10日12:45:38发表 本贴跟从标题:
|