?? preview.aspx
字號(hào):
<%@ Page language="c#" Codebehind="Preview.aspx.cs" AutoEventWireup="false" Inherits="Forum.Preview" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>
<%=Title%>
</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="Forum.css" type="text/css" rel="stylesheet">
</head>
<body>
<table CellPadding="4" CellSpacing="1" Width="97%" align="center" bgcolor='<%=Config[0]["Forum_Config_TableBgcolor"].ToString()%>'>
<tr bgcolor='<%=Config[0]["Forum_Config_HeadBgcolor"].ToString()%>'>
<td>
發(fā)言預(yù)覽
</td>
</tr>
<tr bgcolor='<%=Config[0]["Forum_Config_BodyBgcolor"].ToString()%>'>
<td>
<%=Body%>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -