使用HTML代码发贴时,一定要先在发贴编辑器"源代码"前的空格内打"勾"
1、简单的文字连接
链接 <a href="http://链接的网络地址">想写的文字</a>
新窗口打开链接<a href="http://链接的网络地址" target="_blank">想写的文字</a>
消除链接的下划线 <a href="http://链接的网络地址" style="text-decoration: none">想写的文字</a>
2、图片连接
<a href="连接地址"><img src=图片地址></a>
3、移动文字或图片
<marquee><img src="图片的地址"></marquee>
<marquee direction=right>从左向右移!</marquee>
<marquee direction=left>从右向左移!</marquee>
4、如何贴flash
首先要找出想要贴的flash动画的地址。如果是你自己的主页那当然就不用说了。如果是别人的主页,可以先打开播放flash动画的相应web页,然后查看源文件,找出相应的*.swf(flash)文件。 用下列格式贴:
<embed src="http://Flash地址" width=400 height=300></embed>
5、如何贴歌
贴MP3播放器
<EMBED src="mp3地址" width=310 height=35 type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" autostart="true" loop="true">
支持rm或mid格式(随机播放)
<EMBED src="http://.rm\mid" width=150 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">
隐藏mp3播放器:
<embed width="0" height="0" src="MP3地址" type="application/x-shockwave-flash"></embed>
6、如何贴视频
<embed src="视频地址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="330" width="450" autostart="true"> |