|
楼主 |
发表于 2007-3-8 19:24
|
显示全部楼层
第四步:如何装列表加入帖子,并可以做的一些修改
1:红人居的全屏一层背景代码:
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<TABLE id=table1 style="LEFT: -207px; WIDTH: 1000px; POSITION: relative; TOP: 80px" height=600 cellSpacing=1 width=1000 align=center background=http://bbs.hongrenju.net/attachments/a_6D2bz0UM56aq.jpg border=1>
<TBODY>
<TR>
<TD>下一步将要加入试听列的内容在这个位置</TD></TR></TBODY></TABLE><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
上图中的图片地址可以换成你自己的图片在址.
style="LEFT: -207px; 红人居全屏左靠边的数值.其它论坛或许不同,不同时可以在这里作数值调整
TOP: 80px:跟IE顶端的距离,可以调整全帖在.IE中的上下位置.
height=600:帖子高度,
width=1000:帖子宽度.
border=1 帖子边线的宽度
好了,上面的调好了,就开始在里面加内容了.
2:确定试听下载列表的位置.
因为傻瓜器里生成的代码是分散的.我们要调整位置,要将它做成一个整体.那么常用的方法就是给它整体加上一个边框.
重复制一个第一步我们做的那个红人居的一层全屏代码,做如下调整:
style="LEFT: 300px.(列表的左右位置)
TOP: -60px(列表的上下位置)
width=300(列表宽度)
border=0(列表不要最外的边线)
height=600(高度自动由列表高度也就是曲目多少确定了,这个删除了)
把调好的代码加入第一步中的提示位置中得到如下代码:
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<TABLE id=table1 style="LEFT: -207px; WIDTH: 1000px; POSITION: relative; TOP: 80px" height=600 cellSpacing=1 width=1000 align=center background=http://bbs.hongrenju.net/attachments/a_6D2bz0UM56aq.jpg border=1>
<TBODY>
<TR>
<TD><TABLE id=table1 style="LEFT: 300px; WIDTH: 490px; POSITION: relative; TOP: -60px" cellSpacing=1 width=300 align=center background=0 border=0>
<TBODY>
<TR>
<TD>这个位置是下步将要加入的代码</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
3:试听代码可以做一些改动.
将生成器生成的代码复制过来.
<p align="center">
<EMBED style="FILTER: invert()" id=mp3Player src=http://music.bhfj.com/music/花间梦事/06月下独酌.WMA width=300 height=50 type=audio/mpeg AutoStart="1" EnableContextMenu="-1" loop="1" ShowControls="-1" ShowStatusBar="-1" ShowDisplay="0"><br><br>
<font style="color: #006400;">当前播放曲目:<font id=titleid>06.月下独酌</font></font><br><br>
<font style='CURSOR: hand;color: #006400;' onclick="mp3Player.FileName=this.value;titleid.innerText='06.月下独酌'" value=http://music.bhfj.com/music/花间梦事/06月下独酌.WMA>06.月下独酌</font></p>
<p align="center">
<TABLE cellSpacing="0" cellPadding="4" align="center" style="border-collapse: collapse" width="60%">
<TR><TD height=30><font style="color: #006400;">01.花间梦事</font></TD><TD align=center><a style="color: #006400;" href=http://music.bhfj.com/music/花间梦事/01花间梦事.wma>下载</a> <font style='CURSOR: hand;color: #006400;' onclick=mp3Player.FileName=this.value;titleid.innerText='01.花间梦事' value=http://music.bhfj.com/music/花间梦事/01花间梦事.wma><u>试听</u></font></TD></TR>........................................后面的省略了因为教程占地方....实际不止这么多哈.
在以上代码中:
width="60%"列表相对于我们第二步中的宽度的相对宽度.本帖里改成了绝对绝度.同第二步试听外边框的一样宽:width=300
<br><br>:两个提行代码,本帖删掉了.
<font style="color: #006400;">当前播放曲目:<font id=titleid>06.月下独酌</font></font><br><br>
<font style='CURSOR: hand;color: #006400;' onclick="mp3Player.FileName=this.value;titleid.innerText='06.月下独酌'" value=http://music.bhfj.com/music/花间梦事/06月下独酌.WMA>06.月下独酌</font></p>:这一步分是显示现在正在试听的曲目.你可以删掉也可以不删.本帖为了好看删了.
height=30:这是列表中行的高度.可以自由调整.本帖默认没有做任何修改.
好了.把我们改的代码加入到第2步的代码中的提示位置里.就全部搞掂..
如下:
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<TABLE id=table1 style="LEFT: -207px; WIDTH: 1000px; POSITION: relative; TOP: 80px" height=600 cellSpacing=1 width=1000 align=center background=http://bbs.hongrenju.net/attachments/a_6D2bz0UM56aq.jpg border=1>
<TBODY>
<TR>
<TD>
<TABLE id=table1 style="LEFT: 300px; WIDTH: 490px; POSITION: relative; TOP: -60px" cellSpacing=1 width=300 align=center background=0 border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED id=mp3Player style="FILTER: invert()" src=http://music.bhfj.com/music/花间梦事/06月下独酌.WMA width=0 height=0 type=audio/mpeg ShowDisplay="0" ShowStatusBar="-1" ShowC loop="1" EnableC AutoStart="1"><BR><BR></P>
<P align=center>
<TABLE style="BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=4 width=300 align=center>
<TBODY>
<TR>
<TD height=25><FONT style="COLOR: #006400">01.花间梦事</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/01花间梦事.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='01.花间梦事'" value="http://music.bhfj.com/music/花间梦事/01花间梦事.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">02.花月正春风</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/02花月正春风.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='02.花月正春风'" value="http://music.bhfj.com/music/花间梦事/02花月正春风.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">03.无云天</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/03无云天.WMA">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='03.无云天'" value="http://music.bhfj.com/music/花间梦事/03无云天.WMA"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">04.花非花</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/04花非花.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='04.花非花'" value="http://music.bhfj.com/music/花间梦事/04花非花.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">05.相思</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/05相思.WMA">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='05.相思'" value="http://music.bhfj.com/music/花间梦事/05相思.WMA"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">06.月下独酌</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/06月下独酌.WMA">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='06.月下独酌'" value="http://music.bhfj.com/music/花间梦事/06月下独酌.WMA"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">07.夜深风竹敲秋韵</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/07夜深风竹敲秋韵.WMA">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='07.夜深风竹敲秋韵'" value="http://music.bhfj.com/music/花间梦事/07夜深风竹敲秋韵.WMA"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">08.白云红叶两悠悠</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/08白云红叶两悠悠.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='08.白云红叶两悠悠'" value="http://music.bhfj.com/music/花间梦事/08白云红叶两悠悠.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">09.荷塘风缓</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/09荷塘风缓.WMA">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='09.荷塘风缓'" value="http://music.bhfj.com/music/花间梦事/09荷塘风缓.WMA"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">10.杨柳弄春柔</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/10杨柳弄春柔.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='10.杨柳弄春柔'" value="http://music.bhfj.com/music/花间梦事/10杨柳弄春柔.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">11.荷风送香气</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/11荷风送香气.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='11.荷风送香气'" value="http://music.bhfj.com/music/花间梦事/11荷风送香气.wma"><U>试听</U></FONT></TD></TR>
<TR>
<TD height=25><FONT style="COLOR: #006400">12.品茗南亭</FONT></TD>
<TD align=middle><A style="COLOR: #006400" href="http://music.bhfj.com/music/花间梦事/12品茗南亭.wma">下载</A> <FONT style="CURSOR: hand; COLOR: #006400" onclick="mp3Player.FileName=this.value;titleid.innerText='12.品茗南亭'" value="http://music.bhfj.com/music/花间梦事/12品茗南亭.wma"><U>试听</U></FONT></TD></TR></TBODY></TABLE></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<<IMG alt="<img" src="http://bbs.hongrenju.net/images/smilies/titter.gif" border=0 smilieid="9"> src="http://bbs.hongrenju.net/images/smilies/titter.gif" border=0 smilieid="9">>
<P></P><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
PS:看起来好像很多,你玩一两次就会发现只要做好了图.找好了曲目.(最好是自己上传啦.不要学我)
记得:发帖时可要在代码模式下,并勾选左边的:启用Html代码
祝红人居的全体家人.在这里能玩得开心愉快哈. |
|