bbsfooter.ascx
来自「用c#实现的BBS论坛。主要提供了三种角色:游客(没有注册的用户)、已经注册的用」· ASCX 代码 · 共 15 行
ASCX
15 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="BBSFooter.ascx.cs" Inherits="UserControl_BBSFooter" %>
<table style="text-align: center; width: 755px; height: 74px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px;vertical-align: middle; text-align: center; height: 74px; background-image: url(../../Image/页脚.jpg);">
<asp:Label ID="Label1" runat="server" Font-Size="9pt" ForeColor="Black" Height="11px"
Text="欢迎访问" Width="48px"></asp:Label><asp:HyperLink ID="hpLinkBBS" runat="server"
Font-Size="9pt" Width="97px" NavigateUrl="~/Index.aspx">明日科技在线论坛</asp:HyperLink><asp:Label ID="Label3" runat="server"
Font-Size="9pt" ForeColor="#404040" Text="!请用IE 6.0 浏览,1024*768为最佳效果"></asp:Label>
<br />
<asp:Label ID="Label4" runat="server" Font-Size="9pt" ForeColor="Black" Text="CopyRight © 2006 吉林省明日科技有限公司"
Width="229px"></asp:Label>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?