📄 content.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="content.aspx.cs" Inherits="content" %>
<!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>
<form id="form1" runat="server">
<div> <center>
<table border="0" cellpadding="0" cellspacing="0" width="780";">
<tr>
<td align="center" style="height: 45px"><img src="image/top.jpg" alt="luolili" width="780" id="IMG1" onclick="return IMG1_onclick() " height="100"/>
</td>
</tr>
</table>
<table>
<tr>
<td style="height: 24px; width: 775px;">
<a href="index.aspx"><font color=green><b>首页</b></font></a>
<asp:Label ID="label1" runat="server"><a href="sto.aspx"><font color=green><b>购物车</b></font></a></asp:Label>
<asp:Label ID="label2" runat="server"><a href="shoucang.aspx"><font color=green><b>我的收藏夹</b></font></a></asp:Label>
<asp:Label ID="label3" runat="server"><a href="petnews.aspx"><font color=green><b>宠物新闻</b></font></a></asp:Label>
<asp:Label ID="label4" runat="server"><a href="note.aspx"><font color=green><b>留言板</b></font></a></asp:Label>
<asp:Label ID="label6" runat="server"><a href="aboutus.aspx"><font color=green><b>关于我们</b></font></a></asp:Label>
<asp:Label ID="label8" runat="server"><a href="../login.aspx"><font color=green><b>后台管理</b></font></a></asp:Label>
</td>
</tr>
</table>
<table>
<tr>
<td align=center style="width: 494px" >您现在的位置: <a class='LinkPath' href="index.aspx">可爱宠物网</a> >> <a href="petnews.aspx">宠物新闻</a> >> 文章正文
</td>
</tr>
</table>
</center>
<center>
<table border=2 style="width: 780px">
<tr>
<td style="width: 80px; height: 58px">
<asp:Image ID="Image1" runat="server" ImageUrl="image/QQ啊啊.jpg" /></td>
<td style="width: 700px; height: 58px" bgcolor="red">
广告招商
</td>
</tr>
</table>
</center>
<center>
</center>
<center>
<asp:TextBox ID="TextBox1" runat="server" Width="360px"></asp:TextBox><br />
<br />
<table border=1 style="width: 780px">
<tr>
<td style="width: 122px" align="center" valign="middle">
<br />
作者:</td>
<td>
<asp:TextBox ID="TextBox3" runat="server" Width="87px"></asp:TextBox></td>
<td style="width: 116px">
文章来源:</td>
<td>
<asp:TextBox ID="TextBox2" runat="server" Width="84px"></asp:TextBox></td>
<td style="width: 85px">
点击数:</td>
<td style="width: 98px">
<asp:TextBox ID="TextBox4" runat="server" Width="58px"></asp:TextBox></td>
<td style="width: 103px">
更新时间:</td>
<td style="width: 172px">
<asp:TextBox ID="TextBox5" runat="server" Width="93px"></asp:TextBox></td>
</tr>
</table>
<table>
<tr>
<td style="width: 775px; height: 451px;">
<asp:TextBox ID="TextBox6" runat="server" Width="703px" TextMode="MultiLine" Height="354px"></asp:TextBox>
</td>
</tr>
</table>
<table>
<tr>
<td style="width: 100px; height: 26px">
<asp:Button ID="Button1" runat="server" Text="上一篇:" Width="63px" OnClick="Button1_Click" CausesValidation="False" />
</td>
<td style="height: 26px; width: 672px;" align="left">
<asp:TextBox ID="TextBox7" runat="server" Width="388px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Button ID="Button2" runat="server" Text=" 下一篇:" Width="63px" OnClick="Button2_Click" CausesValidation="False" />
</td>
<td style="width: 672px" align="left">
<asp:TextBox ID="TextBox8" runat="server" Width="392px"></asp:TextBox>
</td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -