|
  
- UID
- 313187
- 帖子
- 1315
- 威望
- 385 点
- 魅力
- 334
- ◎心币◎
- 312 $
- 推广积分
- 96 分
- 充值币
- 0 枚
- 性别
- 男
      
|
楼主
发表于 2008-8-29 19:22
| 只看该作者
|
代码: |
|
<TABLE borderColor=#3399ff cellSpacing=2 cellPadding=3 bgColor=#99ccff background="" border=2> <TBODY> <TR> <TD> < >第一行文字</P></TD></TR> <TR> <TD>< >第二行文字</TD></TR></TBODY></TABLE>
说明:1、代码放置于HTML界面 2、background=希望使用的背景图片
|
|
代码: |
|
<TABLE borderColor=#ff8855 cellSpacing=2 cellPadding=3 bgColor=#ffccbb background="" border=3> <TBODY> <TR> <TD> < >第一行文字</P></TD></TR> <TR> <TD> <P>第二行文字</P></TD></TR></TBODY></TABLE> |
|
代码: |
|
<TABLE borderColor=#ff8855 cellSpacing=2 cellPadding=3 bgColor=#ffcc99 background="" border=1> <TBODY> <TR> <TD> <P>第一行文字</P></TD></TR> <TR> <TD> <P>第二行文字</P></TD></TR></TBODY></TABLE> |
|
代码: |
|
<TABLE borderColor=#ff8855 cellSpacing=2 cellPadding=3 bgColor=#ffcccc background="" border=1> <TBODY> <TR> <TD> <P>第一行文字</P></TD></TR> <TR> <TD> <P>第二行文字</P></TD></TR></TBODY></TABLE> |
|
代码: |
|
<TABLE borderColor=#ff8855 cellSpacing=2 cellPadding=3 bgColor=#ffffcc background="" border=1> <TBODY> <TR> <TD> <P>第一行文字</P></TD></TR> <TR> <TD> <P>第二行文字</P></TD></TR></TBODY></TABLE> |
|
代码: |
|
<TABLE borderColor=#6600cc cellSpacing=2 cellPadding=3 bgColor=#cc99ff background="" border=1> <TBODY> <TR> <TD> <P>第一行文字</P></TD></TR> <TR> <TD> <P>第二行文字</P></TD></TR></TBODY></TABLE> |
|
代码: <TABLE style="Z-INDEX: 99; FILTER: Alpha(opacity= 100); LEFT: 1%; TOP: 1%" borderColor=#4a4a84 height=10 cellSpacing=8 cellPadding=7 width=378 bgColor=#ffffff border=2> <TBODY> <TR> <TD style="BORDER-RIGHT: #4a4a84 2px dashed; BORDER-TOP: #4a4a84 2px dashed; BACKGROUND: #ffffff; BORDER-LEFT: #4a4a84 2px dashed; BORDER-BOTTOM: #4a4a84 2px dashed"><SPAN><SPAN style="Z-INDEX: 99; WIDTH: 99.9%; FONT-STYLE: normal; FONT-FAMILY: MS UI Gothic; TOP: 10px; HEIGHT: 47.82%; TEXT-ALIGN: center"><FONT color=#4a4a84> <DIV align=left> </DIV></SPAN></FONT></SPAN></TD></TR></TBODY></TABLE> |
|
|