温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:太糊留言板(VS2008+SQL2005)
当前文件:
TaiHuMessage/foot.ascx,打开代码结构图
TaiHuMessage/foot.ascx,打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="foot.ascx.cs" Inherits="foot" %> 2
<style type="text/css"> 3
.style1 4
{ 5
width: 700px; 6
height: 0px; 7
} 8
.style2 9
{ 10
height: 19px; 11
} 12
</style> 13
<table align="center" cellpadding="0" cellspacing="0" class="style1"> 14
<tr> 15
<td class="style2"> 16
<hr style="height: -15px" /> 17
</td> 18
</tr> 19
<tr> 20
<td> 21
<div id="footer" align="center"> 22
<div > 23
<a target="_blank">关于本系统</a> | 24
<a target="_blank">广告联系</a> | 25
<a target="_blank">加入我们</a> | 26
27
<a href="http://www.miibeian.gov.cn" target="_blank">苏ICP备07021645号</a> 28
</div> 29
Copyright © 2008 太糊留言板. All Rights Reserved. 30
Powered By XMX</div> 31
</td> 32
</tr> 33
</table> 34



.style1


