加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

常用的代码

(2006-08-31 14:56:10)
分类: 电脑网络hot代码
 
 
 
自己定义字体的大小和颜色:
<body>
<font size=7 color=red>文字内容</font>
</body>
 
公告栏里滚动的字幕:
<body>
<marquee direction=left>文字内容/marquee>
 </body>
 
公告栏里滚动的图片:
<body>
<marquee direction=left><img src="http://heima.heima.com/user/4/237380/Doc/0_10.bmp"></marquee>
 </body>
 
贴图:
<img src="图片地址">
没有边框的贴图:<img src="图片地址" border="0">
图文居中的正确格式是:
<center><img src="http://xxx.gif"><mrquee></td>
加入连接:<BIG><font color="#9E2A39"><a href="相关地址/">文本内容</a></font></BIG>      
   
在新窗口打开连接:
<a href="相关地址" target="_blank">写上要写的字</a>    
   
移动字体(走马灯):
<marquee>写上你想写的字</marquee>    
   
字体加粗:
<b>写上你想写的字</b>    
   
字体斜体:
<I>写上你想写的字</I>    
   
字体下划线:
<U>写上你想写的字</U>    
   
字体删除线:
<s>写上你想写的字</s>    
   
字体加大:
<BIG>写上你想写的字</BIG>
 
 
Twins时钟:
<CENTER><EMBED height=130 src=http://www.59178.com/Twins/Twins07.swf style="HEIGHT: 130px; WIDTH: 144px" type=application/octet-stream width=144></CENTER>
 
1. 如何贴rm,ra,ram类型的音乐,代码如下:
<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" controls="ControlPanel" src="http://guest.anyp.cn/uploads/01.rm">
 
2. 如何贴midi,asf,wma,asx类型的音乐,代码如下:
<embed loop="-1" controls="ControlPanel" width="0" height="0" src="http://guest.anyp.cn/uploads/01.mid">
 
页中页:
<iframe src="http://eq2003.heima.com" width="558" height=600 marginwidth="0"
marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="auto"></iframe>
 
 
插入MTV:
<embed src="地址"loop="true" width="450" height ="350" >
 
在网页中填加flash的代码(直接加在文章正文里)
<iframe style="border-right: #003366 0px dotted; border-top: #003366 0px dotted; border-left: #003366 0px dotted; border-bottom: #003366 0px dotted" name="name" align="middle" marginwidth="0" marginheight="0" frameborder="no" width="550" scrolling="no" height="400" src="flash地址">
</iframe>

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有