ad.asp

来自「基于asp的 班级同学录主页源代码」· ASP 代码 · 共 24 行

ASP
24
字号
<!--#INCLUDE FILE="inc_config.asp" -->
<html>
<head>
<title>广告位置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body      {  font-size: 10.4pt }
td        {  font-size: 10.4pt }
-->
</style>
</head>

<body bgcolor="<%=m_bg2%>" text="<%=m_text2%>" style="margin:0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="30">
<tr align="center" valign="bottom">
<td><%=r_adcontent%></td>
</tr>
<tr bgcolor="<%=m_bg1%>">
<td height="1"></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?