5D艺术网首页
商城
|
资讯
|
作品
|
博客
|
教程
|
论坛
登录
注册
加为好友
发短消息
来自:
性别:秘密
最后登录:2007-04-12
http://yinji.5d.cn/
首页
|
新闻
|
话题
|
博客
|
相册
|
艺术作品
|
社交关系
|
留言板
|
社交圈
2006/04/21 | 一些美化日志的方法
类别(行路)
|
评论
(4)
|
阅读(200)
|
发表于 13:34
我本来都自己做网页的 现在懒了.. 就来玩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>
0
评论
Comments
日志分类
首页
[51]
呓语
[33]
印象
[3]
聆听
[11]
行路
[4]