📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="_Default" %>
<%@ Register Src="~/UserControls/Left.ascx" TagName="Left" TagPrefix="uc4" %>
<%@ Register Src="~/UserControls/SystemNotice.ascx" TagName="SystemNotice" TagPrefix="uc3" %>
<%@ Register Src="~/UserControls/Footer.ascx" TagName="Footer" TagPrefix="uc2" %>
<%@ Register Src="~/UserControls/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>博客主页</title>
</head>
<body style="margin-top: 0px; padding-top: 0px; text-align: center;">
<form id="form1" runat="server">
<table cellpadding="0" cellspacing="0" style="width: 755px">
<tr>
<td colspan="3" style="vertical-align: bottom; height: 6px; border-top-style: ridge; border-right-style: ridge; border-left-style: ridge; background-color: #ffffcc; border-bottom-style: ridge;">
<uc1:Header ID="Header1" runat="server" />
<marquee direction="left" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2">
<span style="font-size: 10pt">欢迎您的光临!希望你多多给我们提些意见!</span></marquee>
</td>
</tr>
<tr>
<td style="width: 185px; vertical-align: top; text-align: center; height: 97px; border-top-style: ridge; border-right-style: ridge; border-left-style: ridge; border-bottom-style: ridge; background-image: url(Images/Skin/bg.jpg);">
<uc4:Left ID="Left1" runat="server" />
</td>
<td colspan="2" style="vertical-align: top; height: 97px; text-align: center; width: 572px; border-top-style: ridge; border-right-style: ridge; border-left-style: ridge; border-bottom-style: ridge;">
<uc3:SystemNotice ID="SystemNotice1" runat="server" />
</td>
</tr>
<tr>
<td colspan="3" style="border-top-style: ridge; border-right-style: ridge; border-left-style: ridge; border-bottom-style: ridge; height: 5px; background-color: #ccffff;">
<uc2:Footer ID="Footer1" runat="server" />
<br />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -