温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层新闻发布管理系统源码
当前文件:
TreeLayerNews/news2005/ascx/bottom.ascx,打开代码结构图
TreeLayerNews/news2005/ascx/bottom.ascx,打开代码结构图1<style type="text/css"> 2
<!-- 3
body,td,th { 4
font-family: 宋体; 5
font-size: 12px; 6
color: #000000; 7
} 8
body { 9
margin-left: 0px; 10
margin-top: 0px; 11
margin-right: 0px; 12
margin-bottom: 0px; 13
} 14
a { 15
font-family: 宋体; 16
font-size: 12px; 17
color: #000000; 18
} 19
a:link { 20
text-decoration: none; 21
} 22
a:visited { 23
text-decoration: none; 24
color: #000000; 25
} 26
a:hover { 27
text-decoration: none; 28
color: #000000; 29
} 30
a:active { 31
text-decoration: none; 32
color: #000000; 33
} 34
--> 35
</style> 36
<table align="center" border="0" cellpadding="0" cellspacing="0" height="50" width="770"> 37
<tr> 38
<td align="center" bgcolor="#0066cc"> 39
<table border="0" cellpadding="0" cellspacing="8" width="90%"> 40
<tr> 41
<td align="center" style="width: 677px"> 42
<font color="#ffffff">新闻发布系统--本系统采用ASP.NET+SQL Server200技术架构<br /> 43
</font><font color="#ffffff">程序制作:欧美软开发0501班--张 宇 界面设计:张 宇</font>,<a href="http://www.51aspx.com/CV/TreeLayerNews" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 44
</td> 45
</tr> 46
<tr> 47
<td align="center" style="width: 677px; height: 12px"> 48
<a href="mailto:beniao123@163.com"><font color="#ffffff"><span style="text-decoration: underline"> 49
Email:beniao123@163.com</span></font></a><font color="#ffffff"> QQ: 277408613</font></td> 50
</tr> 51
</table> 52
</td> 53
</tr> 54
</table> 55
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="bottom.ascx.cs" Inherits="ascx_bottom" %> 56



<!--

body,td,th 
-->

