登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

三分天注定,七分靠打拼,爱拼才会赢!

推广网易博客、广交天下朋友.品荟酸甜苦辣、道尽家长里短!

 
 
 

日志

 
 

网易博客代码(十二)(文本框)  

2008-06-28 17:42:42|  分类: 博客素材 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |


 

<TABLE style="WIDTH: 241px; HEIGHT: 193px" background=http://tinypic.com/9atg68.gif border=0>
<TBODY>
<TR>
<TD>
<P> </P>
<BLOCKQUOTE>
<DIV style="BORDER-RIGHT: black 2px solid; BORDER-TOP: black 2px solid; SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: scroll; BORDER-LEFT: black 2px solid; WIDTH: 129px; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ff99cc; BORDER-BOTTOM: black 2px solid; SCROLLBAR-DARKSHADOW-COLOR: #000000; HEIGHT: 112px; BACKGROUND-COLOR: #000000" align=center><FONT color=#0000ff>
<P align=center><FONT style="BACKGROUND-COLOR: #000000" face="Arial Black, Geneva, Arial, Sans-serif" color=#ff99cc size=4><STRONG>表格编辑——BY:<FONT color=#ff6600>谜的博客代码站</FONT></STRONG></FONT><FONT color=#ff6600><IMG height=20 src="http://photoimg7.qq.com/cgi-bin/load_pic2?verify=kjhHnx1us5jzvep5wE1p6Q%3D%3D" width=25><IMG height=20 src="http://photoimg7.qq.com/cgi-bin/load_pic2?verify=kjhHnx1us5jzvep5wE1p6Q%3D%3D" width=25><IMG height=20 src="http://photoimg7.qq.com/cgi-bin/load_pic2?verify=kjhHnx1us5jzvep5wE1p6Q%3D%3D" width=25></FONT> </FONT> </P>
<DIV style="LINE-HEIGHT: 13pt; LETTER-SPACING: 0.3em" align=left> </DIV></DIV></BLOCKQUOTE></TD></TR>
<TR>
<TD></TD></TR></TBODY></TABLE></DIV>

 

谜的博客代码站

 

 

 

 

 

 

 

 

<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<TBODY>
<TR>
<TD width=4 height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/hidariue.gif" width=4 border=0></TD>
<TD noWrap width=255 background=http://candied.cn1.jp/tableribbon/ue1.gif height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/ribbonsita.gif" width=58 border=0></TD>
<TD width=4 height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/migiue.gif" width=4 border=0></TD></TR>
<TR>
<TD noWrap width=4 background=http://candied.cn1.jp/tableribbon/hidari.gif height=187></TD>
<TD vAlign=top align=middle width=257 background=http://candied.cn1.jp/newtop/topkabe.gif bgColor=#ffffff>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD noWrap align=middle>
<TABLE cellSpacing=0 cellPadding=5 border=0>
<TBODY>
<TR>
<TD style="BACKGROUND-REPEAT: no-repeat" align=middle width=205 background=http://candied.cn1.jp/ame/teruteru1.gif height=110>
<DIV align=center><STRONG><FONT color=#ff0000><FONT size=4>谜的博客代码站</DIV></FONT></FONT></FONT></U></STRONG></TD></TR>
<TR>
<TD noWrap align=right></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><FONT color=#000000></FONT></A></TD>
<TD noWrap width=4 background=http://candied.cn1.jp/tableribbon/migi.gif height=187></TD></TR>
<TR>
<TD width=4 height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/hidarisita.gif" width=4 border=0></TD>
<TD noWrap width=255 background=http://candied.cn1.jp/tableribbon/sita1.gif height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/ribbonue.gif" width=58 align=right border=0></TD>
<TD width=4 height=17><IMG height=17 src="http://candied.cn1.jp/tableribbon/migisita.gif" width=4 border=0></TD></TR></TBODY></TABLE>

哈哈

<DIV align=center
style='
color: #990099;
background-color:#FFFFE0;
border: solid 2px black;
width: 470px;
height: 180px;
overflow: scroll;
scrollbar-face-color: #ffc0cb;
scrollbar-shadow-color: #ffb6c1;
scrollbar-highlight-color: #98fb98;
scrollbar-3dlight-color: #ffb6c1;
scrollbar-darkshadow-color: #90ee90;
scrollbar-track-color: #ffdead;
scrollbar-arrow-color: #f5deb3;
'>日志文字</DIV>

说明:

align=center
//居中对齐是center,居左是left,右是right
style='
color: #990099;
//前景色为#ffffff
color: #ffffff;
//背景色为#000000
background-color: #000000;
//边框为2像素,黑色
border: solid 2px black;
//宽度120像素
width: 120px;
//高度200像素
height: 200px;
//超出范围时使用滚动条
overflow: scroll;
//滚动条的各个颜色如下
scrollbar-face-color: #889B9F;
scrollbar-shadow-color: #3D5054;
scrollbar-highlight-color: #C3D6DA;
scrollbar-3dlight-color: #3D5054;
scrollbar-darkshadow-color: #85989C;
scrollbar-track-color: #95A6AA;
scrollbar-arrow-color: #FFD6DA;
//在这个层中显示文字“日志文字”,层结束标志
'>日志文字</DIV>

更改参数可改变文本框效果。

表格内容
表格内容
表格内容
表格内容
表格内容
表格内容
表格内容
表格内容

<div align="center">
<table cellspacing="1" cellpadding="0" width="100%" bgcolor="#FF0000" border="0">
<tbody>
<tr bgcolor="#FFFFFF" height="20">
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
<tr bgcolor="#FFFFFF" height="20">
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
<td><div align="center">表格内容</div></td>
</tr></table></div>


-----------------------------------------------------------------------------------------------------------------------------------------

使用方法:

在日志编辑状态下,点<>按钮,拷贝以上代码后,再点<>按钮,回到原日志编辑状态下输入文字即可!

  评论这张
 
阅读(883)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018