鬼话在线论坛's Archiver

野鱼 发表于 2006-6-30 12:51

HTML新手上路

一.背景

野鱼 发表于 2006-6-30 12:56

.

.

野鱼 发表于 2006-6-30 12:57

三.字体移动效果
<marquee direction=up behavior=scroll width=400 height=90 scrolldelay=80 scrollamount=1><font color=red size=+2 face=华文新魏>欢迎光临鬼话娱乐在线</font></marquee>

[code]<marquee direction=up behavior=scroll width=400 height=90 scrolldelay=80 scrollamount=1><font color=red size=+2 face=华文新魏>欢迎光临鬼话娱乐在线</font></marquee>[/code]

野鱼 发表于 2006-6-30 13:33

四.文字特效
<table align=center border=3 bordercolor="#CD5C5C" width=500 height=375><td background=http://bbs.366tian.net/attachments/day_050702/21_IUyyCQSOY2zp.gif><marquee behavior=alternate scrollamount=3 direction=down height=350><marquee behavior=alternate scrollamount=3 width=500><img src=http://bbs.366tian.net/attachments/day_050702/21_IUyyCQSOY2zp.gif><font color=red size=6><b>鬼话娱乐欢迎你的到来</b><img src=http://my.e-yu.cn/ctv/tp/fengjing/xing01.gif></font></marquee></table><br>
[code]<table align=center border=3 bordercolor="#CD5C5C" width=500 height=375><td background=http://bbs.366tian.net/attachments/day_050702/21_IUyyCQSOY2zp.gif><marquee behavior=alternate scrollamount=3 direction=down height=350><marquee behavior=alternate scrollamount=3 width=500><img src=http://bbs.366tian.net/attachments/day_050702/21_IUyyCQSOY2zp.gif><font color=red size=6><b>鬼话娱乐欢迎你的到来</b><img src=http://my.e-yu.cn/ctv/tp/fengjing/xing01.gif></font></marquee></table><br>[/code]

野鱼 发表于 2006-6-30 13:37

<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=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>

[code]<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=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>[/code]

野鱼 发表于 2006-6-30 13:43

..

图片1的代码
[code]<table border=6 cellSpacing=2 cellPadding=1 borderColor=#841A00><td><img src=http://bbs.366tian.net/attachments/day_050702/1_EQh1G1Ca8hJL.jpg width=500 height=375></td></table>[/code]
图片2的代码
[code]<IMG src="图片" style="FILTER: Alpha(opacity=200,style=3)" width=500 height=375 ALGIN="MIDDLE"> [/code]

野鱼 发表于 2006-6-30 14:05

...

音频代码2
[code]<embed src=mms://nv.sina.com.cn/ent/2004/12/13133422.wma type=audio/x-pn-realaudio-plugin controls=ControlPanel,StatusBar AutoStart=true Loop=true width=400 height=40>[/code]

野鱼 发表于 2006-6-30 14:06

...

视频代码
[code]<embed src=视频网址 type=audio/x-pn-realaudio-plugin controls=imagewindow,ControlPanel,StatusBar AutoStart=true Loop=true width=400 height=400>[/code]

肚腩熊 发表于 2006-7-2 18:24

看不动啊

野鱼 发表于 2006-7-12 17:35

如何用HTML制贴简说

[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]

野鱼 发表于 2006-7-12 17:36

一个贴子的好坏,很大原因是边框,现在我们来做一个大边框
1、来做第1层
<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE>

野鱼 发表于 2006-7-12 17:37

[code]<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE>[/code]

野鱼 发表于 2006-7-12 17:39

2、第2层

<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR>

野鱼 发表于 2006-7-12 17:40

[code]<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR>[/code]

野鱼 发表于 2006-7-12 17:43

<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR>

野鱼 发表于 2006-7-12 17:43

[code]<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR>[/code]

野鱼 发表于 2006-7-12 17:44

<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>

野鱼 发表于 2006-7-12 17:46

[code]<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>[/code]

野鱼 发表于 2006-7-12 17:47

<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=4 borderColorDark=#410b08 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=0> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>

野鱼 发表于 2006-7-12 17:48

[code]<TABLE cellSpacing=15 cellPadding=10 width=500 align=left background=http://bbs.366tian.net/attachments/day_051216/20041213143823986_vycdJZ1EtCeQ.jpg border=0> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=10 borderColorDark=#3f0101 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=4 borderColorDark=#410b08 cellPadding=0 width="100%" borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=0> <TBODY> <TR> <TD width="100%"> <P align=center><FONT style="FONT-SIZE: 20pt; FILTER: shadow(color=black); WIDTH: 100%; COLOR: #f8f1c7; LINE-HEIGHT: 150%; FONT-FAMILY: 华文正楷">欢迎您的来到鬼话娱乐在线<BR>这里有大家更精彩</FONT></P><BR><BR><BR> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>[/code]

野鱼 发表于 2006-7-12 17:49

(三)在图片中加入文字
<table height=337 cellpadding=0 cellspacing=0 border=0 WIDTH=550 align=center table background="http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif" border=0><tr><td><p><marquee direction=up scrollamount=2 height=337> <center><font size=5><font color=white>鬼话娱乐在线<BR><BR>欢迎朋友们的到来!<BR><BR>愿你们在这里玩得开心<br></marquee></p></font> </td></tr></table> <BR><BR><BR><BR>

野鱼 发表于 2006-7-12 17:50

[code]<table height=337 cellpadding=0 cellspacing=0 border=0 WIDTH=550 align=center table background="http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif" border=0><tr><td><p><marquee direction=up scrollamount=2 height=337> <center><font size=5><font color=white>鬼话娱乐在线<BR><BR>欢迎朋友们的到来!<BR><BR>愿你们在这里玩得开心<br></marquee></p></font> </td></tr></table> <BR><BR><BR><BR>[/code]

野鱼 发表于 2006-7-12 17:51

一副图的边框
<TABLE cellSpacing=8 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1 <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE height=337 cellSpacing=0 borderColorDark=#7c5a36 cellPadding=0 width=550 bgColor=#d3b38d borderColorLight=#c7a781 background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0> <TBODY> <TR> <TD> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>

野鱼 发表于 2006-7-12 17:52

[code]<TABLE cellSpacing=8 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1 <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE height=337 cellSpacing=0 borderColorDark=#7c5a36 cellPadding=0 width=550 bgColor=#d3b38d borderColorLight=#c7a781 background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0> <TBODY> <TR> <TD> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>[/code]

野鱼 发表于 2006-7-12 17:52

下边加入透明FLASH
<TABLE cellSpacing=8 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1 <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE height=337 cellSpacing=0 borderColorDark=#7c5a36 cellPadding=0 width=550 bgColor=#d3b38d borderColorLight=#c7a781 background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0> <TBODY> <TR> <TD><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/4.swf width=550 height=337 type=application/x-shockwave-flash quality="high" wmode="transparent"> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>

野鱼 发表于 2006-7-12 17:53

[code]<TABLE cellSpacing=8 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1> <TBODY> <TR> <TD> <TABLE cellSpacing=2 borderColorDark=#3f0101 cellPadding=0 width="100%" align=center borderColorLight=#a50303 background=http://bbs.366tian.net/attachments/day_051224/200442413260795_hSFxIhcb40Ik.gif border=1 <TBODY> <TR> <TD align=center width="100%"> <TABLE cellSpacing=2 borderColorDark=#006400 cellPadding=0 borderColorLight=#ffffff background=http://bbs.366tian.net/attachments/day_051216/20041213143816655_MGfLCG4KJFKj.jpg border=1> <TBODY> <TR> <TD align=center width="100%"> <TABLE height=337 cellSpacing=0 borderColorDark=#7c5a36 cellPadding=0 width=550 bgColor=#d3b38d borderColorLight=#c7a781 background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0> <TBODY> <TR> <TD><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/4.swf width=550 height=337 type=application/x-shockwave-flash quality="high" wmode="transparent"> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE> </TD></TR></TBODY></TABLE>[/code]

野鱼 发表于 2006-7-12 17:56

文字在图片中的位置文字居中如下


[code][size=6]文字在图片中的位置[/size] 由<td>中的align=center决定。center:表示居中。 <spacer type="horizontal" align=#> 水平空白 align=center(居中),left(居左),right(居右)。 <spacer type="vertical" valign=#> 竖直空白 valign=top(顶端),bottom(底部),middle(居中)。 文字居中 <TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD align=center type="vertical" spacer><FONT face=宋体 color=green size=7><B>鬼话娱乐在线</B></FONT></TD></TR></TBODY></TABLE>[/code]

野鱼 发表于 2006-7-12 17:59

<spacer type="horizontal" align=#> 水平空白 align=center(居中),left(居左),right(居右)。 <spacer type="vertical" valign=#> 竖直空白 valign=top(顶端),bottom(底部),middle(居中)。 文字居中 <TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD align=center type="vertical" spacer><FONT face=宋体 color=green size=7><B>鬼话娱乐在线</B></FONT></TD></TR></TBODY></TABLE>

野鱼 发表于 2006-7-12 18:03

文字居顶(左)
文字居顶(左) <TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD valign=top align=left type="vertical" spacer><FONT face=宋体 color=white size=7><B>鬼话娱乐</B></FONT></TD></TR></TBODY></TABLE> top:表示文字居顶端。left:表示文字居左

野鱼 发表于 2006-7-12 18:04

[code]<TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD valign=top align=left type="vertical" spacer><FONT face=宋体 color=white size=7><B>鬼话娱乐</B></FONT></TD></TR></TBODY></TABLE>[/code]

野鱼 发表于 2006-7-12 18:06

文字居底部(右)
<TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD valign=bottom align=right type="vertical" spacer><FONT face=宋体 color=white size=7><B>鬼话娱乐</B></FONT></TD></TR></TBODY></TABLE>

野鱼 发表于 2006-7-12 18:07

[code]<TABLE height=337 cellSpacing=0 cellPadding=0 width=550 align=center background=http://bbs.366tian.net/attachments/day_051221/15_Y1lOfC5YjwGj.gif border=0><TBODY><TR><TD valign=bottom align=right type="vertical" spacer><FONT face=宋体 color=white size=7><B>鬼话娱乐</B></FONT></TD></TR></TBODY></TABLE> bottom:表示文字居底部。right:表示文字居右。[/code]

野鱼 发表于 2006-7-12 18:08

如何贴图   

1、贴单张图   
<img src="http://bbs.366tian.net/attachments/day_051221/7_RyHIpJmqSSIe.jpg">

野鱼 发表于 2006-7-12 18:09

[code]<img src="http://bbs.366tian.net/attachments/day_051221/7_RyHIpJmqSSIe.jpg"> [/code]

野鱼 发表于 2006-7-12 18:10

2、多图连贴
<img src="http://www.guih.net/images/mainlogo.gif"><img src=http://www.guih.net/images/mainlogo.gif><img src=http://www.guih.net/images/mainlogo.gif>

野鱼 发表于 2006-7-12 18:14

[code]<img src="http://www.guih.net/images/mainlogo.gif"><img src=http://www.guih.net/images/mainlogo.gif><img src=http://www.guih.net/images/mainlogo.gif>[/code]

野鱼 发表于 2006-7-12 18:15

3.图片移动
<marquee behavior=alternate><img src="http://www.guih.net/images/mainlogo.gif"></marquee>

野鱼 发表于 2006-7-12 18:17

[code]<marquee behavior=alternate><img src="http://www.guih.net/images/mainlogo.gif"></marquee>[/code]

野鱼 发表于 2006-7-12 18:26

HTML一些音乐代码

加入音乐

[code]<EMBED SRC="http://www.etaodu.com/ao/attachments/month_0506/gd6k_21_28915_182432.wma">[/code]

常用属性如下:

[code]src="your.mid" 设定 midi 档案及路径,可以是相对或绝对。 autostart=true 是否在音乐档下载完之后就自动播放。true 是,false 否 (内定值)。 loop="true" 是否自动反复播放。LOOP=2 表示重复两次,true 是, false 否。 HIDDEN="true" 是否完全隐藏控制画面,true 为是,no 为否 (内定)。 STARTTIME="分:秒" 设定歌曲开始播放的时间。如 STARTTIME="00:30" 表示从第30秒处开始播放。 VOLUME="0-100" 设定音量的大小,数值是0到100之间。内定则为使用系统本身的设定 WIDTH="整数" 和 HIGH="整数" 设定控制面板的高度和宽度。(若 HIDDEN="no") ALIGN="center" 设定控制面板和旁边文字的对齐方式,其值可以是 top、bottom、center、baseline、 left、right、texttop、middle、absmiddle、absbottom CONTROLS="smallconsole" 设定控制面板的外观。预设值是 console。 console 一般正常面板    smallconsole 较小的面板    playbutton 只显示播放按钮    pausecutton 只显示暂停按钮    stopbutton 只显示停止按钮    volumelever 只显示音量调节按钮[/code]

野鱼 发表于 2006-7-12 18:28

一: 隐藏播放器
代码如下:

[code]<EMBED src=http://www.etaodu.com/ao/attachments/month_0506/gd6k_21_28915_182432.wma type=audio/x-pn-realaudio-plugin mime-types="mime.types" Initfn="load-types" volume="100" autostart="true" loop="true" controls="ControlPanel">[/code]

二: 不隐藏播放器
代码如下:
[code]<EMBED style="FILTER: xray()" src=http://test.1000kg.com/ff36/dljmsc/16.wma width=300 height=40 type=audio/mpeg volume="0" autostart="true" loop="-1">[/code]

页: [1] 2

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.