邊框加FLASH加滾動(dòng)文字
熱愛(ài)生活
熱愛(ài)生活本身就是珍惜生命,因?yàn)橹挥袩釔?ài)生活的人,心中才會(huì)充滿陽(yáng)光。在每一次微笑的瞬間綻開(kāi)永恒生命的意義。采擷一朵真情的花朵,播撒熱情的火種,信念的橡子蘊(yùn)藏展現(xiàn)壯美未來(lái)的橡樹(shù)。這顆跳動(dòng)不息的心終有一天會(huì)飛出胸膛,熾烈成溫暖的太陽(yáng),照耀曾經(jīng)養(yǎng)育他的愛(ài)的搖籃。當(dāng)回首往事時(shí),翻開(kāi)風(fēng)干的回憶,擱著歲月書(shū)簽的那一頁(yè),也許我會(huì)潸然淚下,那時(shí),濕潤(rùn)的豈只是眼眸。
代碼
<table style="BORDER-BOTTOM: #4876ff 3px dashed; BORDER-LEFT: #4876ff 3px dashed; BACKGROUND-COLOR: #4876ff; BORDER-TOP: #4876ff 3px dashed; BORDER-RIGHT: #4876ff 3px dashed" cellSpacing=0 cellPadding=30>
<tbody>
<tr>
<td>
<table cellSpacing=1 cellPadding=1 bgColor=#ffff00>
<tbody>
<tr>
<td>
<table width=580 bgColor=#4876ff>
<tbody>
<tr>
<td width=300 align=left>
<table cellPadding=20 width=300 bgColor=#4876ff>
<tbody>
<tr>
<td align=middle><font color=#ffff00><embed style="VideoAttribute: 2000" height=350 type=application/x-shockwave-flash width=430 src=flash地址 ALLOWNETWORKING="internal" ALLOWSCRIPTACCESS="never"></embed></font></td>
</tr>
</tbody>
</table>
</td>
<td width=300>
<p> <wbr></p>
<p><font color=#ffff00><strong><font size=3>標(biāo)題</font></strong><br></font><br><br><br><br></p>
<marquee direction=up height=200 scrollAmount=1><font color=#ffff00> 所要添加的文本內(nèi)容<br></font></marquee><br><br></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</center>
代碼:
<TABLE style="WIDTH: 660px; HEIGHT: 70px" borderColor=#da70d6 cellSpacing=8 cellPadding=10 width=660 align=center background=http://image16.360doc.com/DownloadImg/2010/10/2109/6152577_2 border=4>
<TBODY>
<TR>
<TD>
<TABLE style="WIDTH: 90%; HEIGHT: 30px" cellSpacing=1 cellPadding=3 align=right border=1>
<TBODY>
<TR>
<TD>
<P align=left> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
需要編輯的內(nèi)容,包括文字圖片等
代碼
<TABLE style="WIDTH: 660px; BORDER-COLLAPSE: collapse; HEIGHT: 116px" borderColor=#cccccc cellSpacing=2 cellPadding=2 align=center bgColor=#ffffff border=20>
<TBODY>
<TR>
<TD>
<P align=center>需要編輯的內(nèi)容,包括文字圖片等</P></TD>
<TR>
<TD>
<P align=center></P>
<TR>
<TD>
<P align=center></P></TD></TR></TBODY></TABLE>
一、邊框
貼子的重要組成部分是先做一個(gè)邊框。現(xiàn)在提供幾個(gè)成品邊框幾代碼:
1.一層邊框(單表格)
代碼:
<TABLE borderColor=#9900cc width="100%" border=10>
<TBODY>
<TR>
<TD width="100%"></TD></TR></TBODY></TABLE>
=#9900cc 這是顏色代碼,可以換成你需要的顏色。
2.兩層邊框(兩張表格的嵌套)
Table No.1(Father Table)
Table No.2(Son Table)
Table No.1(Father Table)
代碼:
<table border=8 bordercolor=#0099cc width=100%>
<tbody>
<tr>
<td>Table No.1(Father Table)
<table border=8 bordercolor=#ccffcc width=100%>
<tbody>
<tr>
<td><br>Table No.2(Son Table)<br></td>
</tr>
</tbody>
</table>
Table No.1(Father Table)
</td>
</tr>
</tbody>
</table>
3.三層邊框(三張表格的嵌套)
代碼:
<TABLE borderColor=#6633ff width="100%" border=8>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#cc9966 width="100%" border=8>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#003300 height=200 width="100%" border=8>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</table>
</td>
</tr>
</tbody>
</Table>