一些美化日志的方法 [2006-4-21] yinji 发表在 行路
| 我本来都自己做网页的 现在懒了.. 就来玩BLOG啦
还好 发现BLOG里能使用HTML代码 因此还是有办法美化的
以下方法都是-发表新日志-可视化编辑-代码下添加
1.单篇日志增加音乐
<EMBED align=center src="MP3地址" width=399 height=50 type=audio/mpeg AUTOSTART="TRUE" LOOP="TRUE">
其中width,height就是改宽度高度的,想必大家应该知道
loop="true"是代表循环 false就不循环
2.加入透明FLASH
<EMBED src="FLASH地址" width=900 height=700 type=application/x-shockwave-flash tybe="application/x-shockwave-flash" quality="high" menu="false" wmode="transparent">
3.表格的整体使用
<table width="700" height="765" border="0" background="表格背景">
<tr>
<td colspan="2"> <div align="center">
<table style="FILTER: Alpha(opacity=100,style=3)" width="75%" border="0" align="center">//这里style后面的一系列代码是对这个表格进行透明化处理,可以使表格里的内容半透明化,包括图片,播放器等...
<tr>
<td><img src="http://www.mov99.com/dvdbbs/uploadfile/2005-5/20055621453447.jpg" width="600" height="335"></td>
</tr>
</table>
</div></td>
</tr>
<tr>
</table></td>
</tr>
</table>
| |
|
|
我 的 日 志 |
|
|
最 新 评 论 |
|
|
|
友 情 链 接 |
|
|
搜 索 日 志 |
|
|
访 问 计 数 |
|
|
获 取 R S S |
|
|