📄 masterpage.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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>Untitled Page</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="z-index: 100; left: 196px; width: 645px; position: absolute; top: 57px;
height: 659px">
<table style="z-index: 100; left: 3px; width: 600px; position: absolute; top: 7px;
height: 245px">
<tr>
<td style="width: 104px">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<img src="newnew.jpg" style="z-index: 100; left: 37px; position: absolute; top: 0px" />
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
<tr>
<td style="width: 104px; height: 191px">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
<br />
<asp:HyperLink ID="HyperLink2" runat="server" Font-Bold="True" ForeColor="#FFFFC0"
Style="z-index: 100; left: 491px; position: absolute; top: 10px" Width="55px" NavigateUrl="~/Login.aspx">Log out</asp:HyperLink>
<br />
<br />
</td>
</tr>
</table>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -