📄 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>图书管理系统 </title>
<SCRIPT language=javascript src="cartoon.js"></script>
</head>
<body text="#000000">
<form id="form1" runat="server">
<div>
<table style="width: 100%; position: relative; height: 100px" align="center">
<tr>
<td colspan="3" style="height: 30px">
<table style="left: 0px; width: 100%; position: relative; top: 17px">
<tr>
<td colspan="3" rowspan="3" style="height: 46px; font-size: 40pt; vertical-align: bottom; color: blue; text-align: center; FILTER: shadow(color=blue); WIDTH: 100%; COLOR: #000000; FONT-FAMILY: 华文彩云; HEIGHT: 48px">
图书管理系统</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 24px" colspan="3">
<hr style="position: relative" />
</td>
</tr>
</table>
<br />
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server" >
</asp:contentplaceholder>
<table style="left: 0px; position: relative; top: -11px; width: 100%;">
<tr>
<td style="height: 64px; vertical-align: bottom; text-align: center;" colspan="3">
<hr style="position: relative" />
版权所有 copyright @2007 E-mail :shitou20032004@163.com</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -