📄 readnews.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="ReadNews" Codebehind="ReadNews.aspx.cs" %>
<!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">
<Link href=style.css rel=stylesheet />
<title>新闻内容</title>
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; width: 760px;
border-bottom: #cccccc 1px solid">
<tr>
<td bgcolor="#cccccc" style="height: 14px; border-bottom: #00ff33 1px solid;" align="left">
您的位置:<asp:Label ID="lbl_class" runat="server" ></asp:Label>->阅读新闻</td>
</tr>
<tr>
<td style="height: 15px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 60%">
<tr>
<td style="border-bottom: #ffcc00 1px solid; height: 17px">
<asp:Label ID="lbl_title" runat="server" ></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 14px">
<asp:Label ID="lbl_info" runat="server" ></asp:Label></td>
</tr>
<tr>
<td height="20">
</td>
</tr>
<tr>
<td style="height: 14px" align="left">
<asp:Label ID="lbl_content" runat="server"></asp:Label></td>
</tr>
<tr>
<td bgcolor="#cccccc" style="height: 15px">
Copyright 北京瀛嘉科技发展有限责任公司</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -