音画贴制作教程
[align=center][color=Red][size=6]如何用HTML制贴简说[/size][/color]全屏代码
[code]<DIV style="LEFT: -140px; WIDTH: 800px; POSITION: relative; TOP: 145px">[/code]
[code]如何在網頁中插入另一個網頁 <iframe name="tt" src="网页地址" width="450" height="287" scrolling="Auto" frameborder="0"></iframe> 比如我要在一个表格里插入另一个网页: <table width="100%" border="0" cellspacing="0"> <tr> <td><iframe name="tt" src="网页地址" width="450" height="287" scrolling="Auto" frameborder="0"></iframe></td> </tr> </table>[/code]
[code]高手就不用看了,省下你的宝贵的时间去别的版面吧! 对于一般的制贴而言,并不需要对HTML有很深的理解,只要知道它的一些基本属性也可以了,如果你要进一步的学习,网络中有很多的有关HTML学习的专业网站,可以找来学学。 现在简单说一下如何用HTML(HTML代码不用区分大小写) (一 )HTML的标签 table,tbody,tr,td 称为HTML的标签,以双标签的形式出现,所谓双标签,也就是有一个<table>就有一个对应的</table>与之对应,同样适用于其他的双标签。 一般标签都为双标签。标签最终所显示的网页效果由各个属性来表达,属性可选择使用,不一定全部都用。在整个图片或帖子里双标签以首尾呼应的方式出现。 <TABLE align=center background="背景图片地址" border=0 cellPadding=0 cellSpacing=0 borderColor=#0000ff width="100%"><TBODY><TR><TD>这里是图片,文字或帖子内容.</TD></TR></TBODY></TABLE> <TABLE> 的常用参数设定: <table width="400" border="1" cellspacing="2" cellpadding="2" align="CENTER" valign="TOP" background="myweb.gif" bgcolor="#0000FF" bordercolor="#CF0000" bordercolorlight="#00FF00" bordercolordark="#00FFFF"> width="400" 表格宽度,接受绝对值(如width=80)及相对值(width=80%)。 border="1" 表格边框的厚度,不同浏览器有不同的内定值。 cellspacing="2" 表格格线的厚度 align="CENTER" 表格的摆放位置(水平),可选值为: left(居左), right(居右), center(居中) valign="TOP". 表格内内容的对齐方式(垂直),可选值为: top, middle, bottom。 background="myweb.gif" 表格的背景图片,与 bgcolor 不要同用。 bgcolor="#0000FF" 表格的背景颜色,与 background 不要同用 bordercolor="#CF0000" 表格边框颜色 bordercolorlight="#00FF00" 表格边框向光部分的颜色 bordercolordark="#00FFFF" 表格边框背光部分的颜色,使用 bordercolorlight 或 bordercolordark 时 bordercolor 将会失效。 (二 )文字设制 1. 基本代码如下: <P align=center><FONT color=#0066ff face=隶书 size=5>插入文字</FONT></P> align=center 表示字体居中,可选值为居右(right)居左(left) color=颜色代码 face=字体 常用字体为:宋体.黑体.楷体.仿宋.幻缘.新宋体.细明体等 size=字体大小,这里的最大值为7 取值越大文字就越大 2. 文字的移动 基本代码如下: <marquee direction=left>欢迎你朋友</marquee> <marquee direction=right>欢迎你朋友</marquee> <marquee behavior=scroll>欢迎你朋友</marquee> <marquee behavior=slide>欢迎你朋友</marquee> <marquee behavior=alternate>欢迎你朋友</marquee> <marquee loop=3 width=454 behavior=alternate>欢迎你朋友</marquee> <marquee scrollamount=20>欢迎你朋友</marquee> <marquee scrolldelay=500 scrollamount=100>欢迎你朋友</marquee> <marquee direction=up scrollamount=3> <enter>欢迎你朋友</font> </marquee> <marquee direction=down scrollamount=3> <center><font color="008000" size="3" face="宋体">欢迎你朋友</font></marquee> 说明:left 向右移动 right 向左移动 scroll 一圈一圈绕着走 slide 只走一次 alternate 来回走 alternate 向右移动 scrollamount 移动速度 scrolldelay 停停走走 direction=up 向上 direction=down 向下[/code][/align] <span class="bold">html新手上路(新增透明FLASH和贴歌代码)</span><br><br>
<div id="message4084736" class="t_msgfont"><CENTER><FONT style="FONT-SIZE: 30pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 宋体">HTML代码实际应用讲解</FONT></CENTER><BR><BR>
<FONT face=宋体 color=blue size=+2>一.背景</FONT><BR><BR>
<TABLE borderColor=#841a00 cellSpacing=2 width=500 align=center background=http://www.coolhot.cn/680/hongxiu/180tao/180taozhuang/02.006.jpg border=10>
<TBODY>
<TR>
<TD><BR><BR>
<P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 宋体">一个完整的HTML帖子应该是:<BR><BR>美贴=背景+文章+插图+收尾</FONT> <BR><BR></P></TD></TR></TBODY></TABLE><BR><BR>
<FONT face=宋体 color=blue size=+1>原代码如下:</FONT><BR><BR>
<FONT face=宋体 color=red size=+2> <TABLE align=center background="<FONT face=宋体 color=blue size=+2>背景图片网址</font>" border=10 cellSpacing=2 borderColor=#841A00 width=500><TBODY><TR><TD><BR><FONT face=宋体 color=blue size=+2>帖子的文章加图片</FONT><BR></TD></TR></TBODY></TABLE></FONT><BR><BR>
<FONT face=楷体_GB2312 color=purple size=+3>注意:前边用了多少<table......><tr><td>后面就要有多少</td></tr></table>收尾。多收和少收都会使帖子出错哦 :)</FONT><BR><BR>
<FONT face=宋体 color=blue size=+1>常用的参数设定及注解:<BR><BR>
<FONT face=宋体 color=red size=+1><table width="400" border="10" cellspacing="2" cellpadding="2" align="CENTER" valign="TOP" background="<FONT face=宋体 color=blue size=+1>图片网址</FONT>" bgcolor="#0000FF" bordercolor="#CF0000" bordercolorlight="#00FF00" bordercolordark="#00FFFF"></FONT><BR><BR>
width="400" ——表格宽度,接受绝对值(如 500)及相对值(如 80%)。<BR><BR>
border="10" ——表格边框的厚度。<BR><BR>
cellspacing="2" ——表格格线的厚度。<BR><BR>
cellPadding=5——表格格线内厚度。<BR><BR>
align="CENTER"—— 表格的摆放位置(水平),可选值为:左: left, 右: right, 居中: center。<BR><BR>
valign="TOP".——表格内内容的对齐方式(垂直),可选值为: top, middle, bottom。<BR><BR>
background="背景图片网址"—— 表格的背景图片,与 bgcolor 不要同用。<BR><BR>
bgcolor="#0000FF" ——表格的底色,与 background 不要同用。<BR><BR>
bordercolor="#CF0000" ——表格边框颜色。<BR><BR>
bordercolorlight="#00FF00" ——表格边框向光部分的颜色。<BR><BR>
bordercolordark="#00FFFF" ——表格边框背光部分的颜色,使用 bordercolorlight 或 bordercolordark 时 bordercolor 将会失效。</FONT><BR><BR> [color=Red][size=6]跟我一起学做HTML代码图---基础知识[/size][/color]
<span class="bold">[教程]跟我一起学做HTML代码图---基础知识</span><br><br>
<div id="message5774184" class="t_msgfont"><div style="height:200px;width:97%;padding-right:0px; overflow-x: hidden;font-size:9pt;line-height:normal;text-indent:24px;margin-top:10px;word-wrap : break-word ;word-break : break-all ;" onload="this.style.overflowX='auto';"><br><br><P><FONT color=#1e8405 size=5>很多的网友询问制作过程,不过这种帖子制作起来很麻烦,如果大家想学的话,那我先从基础讲起.</FONT></P><P><FONT color=#1e8405 size=5>声明:我也是边看边学习哦!~~~</FONT></P><P><FONT color=#006600 size=4>想学的朋友请看:<br>初学者(包括偶)一打开HTML制式,看到的往往是一堆代码,即便不晕也是丈二和尚,往往会在这个时期放弃学习,实际上你只要摸上规律,找到窍门,它是很简单的,因为它的组成是有定律的、是固定的<br><br>下面我就从最基本的、最基础东西开始,和大家共切磋<br><br>HTML语言音画最基本的构成就是四个部分:<br>1.边框<br>2.图片(内容)<br>3.音乐<br>4.FLASH<br><br>下面先讲边框:<br><br>边框可以设置任意N层,你想要几层就几层.........<br><br>下面是一个七层边框的实例介绍,图片可以任意换,只要你觉着好看就行:<br><br><TABLE cellSpacing=0 borderColorDark=#001a1a cellPadding=10 width=500 borderColorLight=#055b56 background=图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=0 borderColorDark=#001a1a cellPadding=15 width=500 borderColorLight=#055b56 background=图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=0 cellPadding=3 width="100%" background=图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=0 cellPadding=15 width="100%" background= 图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=0 cellPadding=3 width="100%" background=图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=0 cellPadding=15 width="100%" background=图片地址 border=0><br><TBODY><br><TR><br><TD width="100%"><br><TABLE cellSpacing=10 borderColorDark=#001a1a cellPadding=0 width="100%" borderColorLight=#055b56 background=图片地址 border=0><br><TBODY><br><TR><br><br><TD>(此处插入主文)</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><br><br>其中:border =边框粗细 width= 边框宽度 height =边框高度 cellspacing=单元格间距 cellpadding=边框间距 borderColor=边框颜色 background =插入的背景<br><br><br>下面是帖子内容的基本格式(这些您可要记住了,如记忆力不好,可复制到文件夹里)<br><br><br>1、贴图片格式(支持jpg、gif等格式),红色代码是图片居中命令:<br><br><P align=center> <IMG src="内容图片地址"></P><br><br>2、贴普通字体格式,蓝色代码为字的颜色、红色代码为字的大小(最大为了7,最小为1),其他运动字体的格式,另行讲解:<br><br><CENTER><FONT face=宋体 color=#e4dc9b size=4>macd论坛</FONT></CENTER><br><br>3、贴FLASH格式(红色代码分别是宽度与高度):<br><br><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=FLASH地址 width=380 height=270 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED><br><br>贴音乐格式(红色部分为播放器的大小,设置为0就隐藏了播放器):<br><br>1.背景音乐(适合 mid wma等格式)<br><bgsound src=音乐网址 Loop=-1><br><br>2.音频(适合MP3 WMA RM等很多格式)<br><embed src=网址 AutoStart=true Loop=true width=400 height=40<br><br>特效字体<br><br>1、<P align=center><FONT style="FONT-SIZE: 40pt; FILTER: shadow(color=black); WIDTH: 71.27%; COLOR: #e4dc9b; LINE-HEIGHT: 150%; FONT-FAMILY: 华文彩云; HEIGHT: 60px"><B>欢迎大家</B></FONT></P><br><br><br>2<CENTER><FONT style="FONT-SIZE: 40pt; FILTER: shadow(color=#9370DB); WIDTH: 100%; COLOR: #ffebcd; LINE-HEIGHT: 150%; FONT-FAMILY: 隶书">记住看贴要回帖呀</B></FONT></CENTER><br><br><br>3、<P align=center><FONT style="FONT-SIZE: 40pt; FILTER: shadow(color=#87CEFA, strength=50); WIDTH: 400px"><FONT face=隶书 color=#1e90ff><br><CENTER><B>macd论坛</B></CENTER></FONT></FONT><br><br><br>4、<FONT style="FONT-SIZE: 30pt; FILTER: shadow(color=black,direction=180); WIDTH: 100%; COLOR: red; LINE-HEIGHT: 150%; FONT-FAMILY: 华文行楷"><br><P align=center><B>特效字体很多很多<BR>我只发了几个自己喜欢用的<BR></B></P></FONT><br><br> 下面是帖子内容文字的代码:<br><br><*FONT face=隶书 color=#FFFF00 size=5*><br><br>[face=隶书] 指字体<br><br>[color=#FFFF00] 指文字颜色<br><br>[size=4] 指文字大小,数值越大文字越大<br><br>文字中间<*br>是换行符号 </FONT></P>
<span class="smalltxt"><span class="bold">[HTML] 给图片加边框的几种方法</span></span><br><br>
<span style="font-size: 11px"><head><meta http-equiv="Content-Language" content="zh-cn"><style>
</style>
</head><div align="center"><table border="30" width="600" id="table1" style="border-collapse: collapse" bordercolor="#FF9966"><tr><td><div align="center"><table border="4" width="100%" id="table2" style="border-collapse: collapse" bordercolor="#33CCFF"><tr><td align="center"> <p><img border="0" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299"></p><p><b><font face="隶书" size="5">上边是原图<br> </font></b></p><p> </p><p> </p><p> </p><table border="0" cellspacing="0" cellpadding="0" style="border:1px #5F94C9 dashed" id="table3"><tr><td width="5" height="5" style="border-top:2px solid red;border-left:2px solid red;font-size:2pt"></td><td height="5" width="63"></td><td width="5" height="5" style="border-top:2px solid red;border-right:2px solid red;font-size:2pt"></td></tr><tr><td width="5"><br> </td><td bgcolor="#ffffff" valign="top" style="border:2px red solid" class="s12" width="63"><img border="0" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299"></td><td width="5"></td></tr></table><table border="1" width="83%" id="table4" bgcolor="#C0C0C0"><tr><td align="center">代码:<*table border="0" cellspacing="0" cellpadding="0" style="border:1px #5F94C9 dashed" id="table3"> <tr> <td width="5" height="5" style="border-top:2px solid red;border-left:2px solid red;font-size:2pt"></td><td height="5" width="63"></td> <td width="5" height="5" style="border-top:2px solid red;border-right:2px solid red;font-size:2pt"></td></tr><tr><td width="5"><br><br> </td><td bgcolor="#ffffff" valign="top" style="border:2px red solid" class="s12" width="63"><br><img border="0" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299"></td> <td width="5"></td*></td></tr></table><p> </p><p><table border="0" cellspacing="0" cellpadding="0" style="border:3px #5F94C9 dashed"><tr><td><img border="0" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299"></td></tr></table><table border="1" width="83%" id="table5" bgcolor="#C0C0C0"><tr><td align="center">代码:<*table border="0" cellspacing="0" cellpadding="0" style="border:3px #5F94C9 dashed"> <tr> <td><br><img border="0" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299"></td*></td></tr></table><p> </p><p><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:6px #5F94C9 dashed"></p><table border="1" width="83%" id="table6" bgcolor="#C0C0C0"><tr><td align="center">代码:<*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:6px #5F94C9 dashed"*></td></tr></table><p> </p><p><br><table border="0" cellspacing="0" cellpadding="0" style="border:8px #5F94C9 dashed"><tr><td><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:9px #5F94C9 solid"></td></tr></table><table border="1" width="83%" id="table7" bgcolor="#C0C0C0"><tr><td align="center">代码:<*table border="0" cellspacing="0" cellpadding="0" style="border:8px #5F94C9 dashed"><tr><td><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:9px #5F94C9 solid"></td></tr></table*></td></tr></table><p> </p><p> </p><p><table border="0" cellspacing="0" cellpadding="0" style="border:8px #5F94C9 dotted"><tr><td><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:9px #5F94C9 solid"></td></tr></table><table border="1" width="83%" id="table8" bgcolor="#C0C0C0"><tr><td align="center">代码:<*table border="0" cellspacing="0" cellpadding="0" style="border:8px #5F94C9 dotted"><tr><td><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300" height="299" style="border:9px #5F94C9 solid"></td></tr></table*></td></tr></table><p> </p><p> </p><p><img style="BORDER-RIGHT: #5f94c9 6px double; BORDER-TOP: #5f94c9 6px double; BORDER-LEFT: #5f94c9 6px double; BORDER-BOTTOM: #5f94c9 6px double" height="299" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300"></p><table border="1" width="83%" id="table9" bgcolor="#C0C0C0"><tr><td align="center">代码:<*img style="BORDER-RIGHT: #5f94c9 6px double; BORDER-TOP: #5f94c9 6px double; BORDER-LEFT: #5f94c9 6px double; BORDER-BOTTOM: #5f94c9 6px double" height="299" src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" width="300"*></td></tr></table><p><br><br> </p><p><IMG
style="BORDER-RIGHT: #5f94c9 6px solid; BORDER-TOP: #5f94c9 6px solid; BORDER-LEFT: #5f94c9 6px solid; BORDER-BOTTOM: #5f94c9 6px solid"
height=299
src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"
width=300></p><table border="1" width="83%" id="table10" bgcolor="#C0C0C0"><tr><td align="center">代码:<*IMG <br>style="BORDER-RIGHT: #5f94c9 6px solid; BORDER-TOP: #5f94c9 6px solid; BORDER-LEFT: #5f94c9 6px solid; BORDER-BOTTOM: #5f94c9 6px solid" <br>height=299 <br>src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" <br>width=300*></td></tr></table><p><br> </p><p> </p><p><IMG
style="BORDER-RIGHT: #5f94c9 6px ridge; BORDER-TOP: #5f94c9 6px ridge; BORDER-LEFT: #5f94c9 6px ridge; BORDER-BOTTOM: #5f94c9 6px ridge"
height=300
src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"
width=299><br> </p><table border="1" width="83%" id="table11" bgcolor="#C0C0C0"><tr><td align="center">代码:<*IMG <br>style="BORDER-RIGHT: #5f94c9 6px ridge; BORDER-TOP: #5f94c9 6px ridge; BORDER-LEFT: #5f94c9 6px ridge; BORDER-BOTTOM: #5f94c9 6px ridge" <br>height=300 <br>src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" <br>width=299><br*><br> </td></tr></table><p> </p><table border="0" width="100%" id="table12"><tr><td align="center"><b><font face="隶书" size="4">注:使用时根据图片的实际大小,修改高和宽。另外去掉*即可!</font></b></td></tr></table></td></tr></table></div></td></tr></table></div><p> </p><p> </p></span>
<span class="smalltxt"><span class="bold">[HTML] 给图片加边框的几种方法</span></span><br><br>
<span style="font-size: 11px"><p align="center"><font color="Maroon"><font size="4">再添几种偶喜欢的边框!</font></font></p>
<head><meta http-equiv="Content-Language" content="zh-cn"><style>
</style>
</head><div align="center"><table border="30" width="600" id="table1" style="border-collapse: collapse" bordercolor="#FF9966"><tr><td><div align="center"><table border="4" width="100%" id="table2" style="border-collapse: collapse" bordercolor="#33CCFF" bgcolor="#CC9900"><tr><td align="center"><center> <p><b><font face="隶书" size="5">凸出框<br></font></b><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="border:20 outset #ff88ff"></p></center><table border="1" width="83%" id="table4" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="border:20 outset #ff88ff"*><p><font face="隶书" size="5" color="#FFFF00">border表示边框厚度(数值大框宽),#ff88ff表示颜色这两个参数可以根据自己的喜好修改。</font><br></p></center></td></tr></table><p> </p><p> </p><p> </p><p><b><font color="#3A3937" size="5" face="隶书">凹进框</font></b> </p><p><center><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="border:25 inset #ff88ff"><table border="1" width="83%" id="table13" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="border:25 inset #ff88ff"*><br><br></center></td></tr></table><p> </p><p><br> </p><p><b><font face="隶书" color="#3A3937" size="5"> 凹槽框</font></b></p><p><center><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="border:25 groove green" border="0"><table border="1" width="83%" id="table14" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="border:25 groove green" border="0"*><br><br><b><font color="#FFFF00" face="隶书" size="5">边框颜色改green即可</font></b><br></center></td></tr></table><p> </p><p> </p><p> </p><p><b><font face="隶书" color="#3A3937" size="5"> 脊状框</font></b></p><p><center><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="border:25 ridge green" border="0"><table border="1" width="83%" id="table15" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="border:25 ridge green" border="0"*><br><br></center></td></tr></table><p> </p><p> </p><p><b><font face="隶书" color="#3A3937" size="5">黑白效果</font></b></p><center><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="filter:'gray'"><table border="1" width="83%" id="table16" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif" style="filter:'gray'"*></center><center><br></center></td></tr></table><p> </p><p> </p><p><b><font face="隶书" color="#3A3937" size="5">横向渐变透明</font></b></p><center><img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="filter=alpha(opacity=100,style=1,finishopacity=0)"><table border="1" width="83%" id="table17" bgcolor="#C0C0C0"><tr><td align="center">代码:<center><*img src="http://blog.366tian.net/attachments/2006/06/09/2006609_ce28b08340f92049abf5c7285c60f9c8.gif"style="filter=alpha(opacity=100,style=1,finishopacity=0)"*><center> <br></center></td></tr></table><p> </p></p></center></p></center></center></center><table border="0" width="100%" id="table12"><tr><td align="center"> </td></tr></table></td></tr></table></div></td></tr></table></div><p> </p><p> </p></span> 谢谢老大,一定认真学习 老大的这个教程非常好啊,很及时,值得我们学习学习!! 为了新论坛的发展 刻苦学习了,,, 不错的教程,受教啦。谢谢! 是一个不错的教程!谢谢指教!
非常感谢老大,这个非常有用,偶正在愁怎么做呢。这下好了。终于找到教程了:lol 呵呵 教程真的很清楚 楼主很用心啊 不错教程,谢谢提供,学习了:handshake 怎么基础后面的呢?我很想学啊....:handshake 楼主写的真详细啊!收藏一下!慢慢学习! 晕死,看到这些豆芽字母,看不了了。 我也学习学习:lol 学习这个有一定的难度,不过我还是要耐心学一下!! 进来 努力的 学习了 :handshake 学习一下,等自己学着做 好东西,值得细细拜读。 感谢老大的教程啊……
页:
[1]