不能找到元素body的任何属性(bottomargin)???大虾们,进来帮帮忙啊!在线等
<%@ outputcache duration="600" varybyparam="categoryid" %>
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="categories.ascx.vb" Inherits="WebApplication1.categories" %>
<%@ register tagprefix="ucl" tagname="header" scr="usercontrols/header.ascx" %>
<%@ register tagprefix="ucl" tagname="categories" src="userControls/categories.ascx"%>
<%@ register tagpredix="ucl" tagname="footer" src="userContorls/footer.ascx" %>
<!doctype html public "-//w3c//dtd html 4.0 transitional//EN">
<html>
<head>
<title>Welcome to Shopping center!</title>
<meta content ="JAVASCRIPT" name ="VS_DEFAULTCLIENTSCRIPT">
<meta content="http://schemas.microsoft.com/intellisecse/ie5" name="vs_targetschema">
<meta content="Mircrosoft Visual studio.net 7.0" name="generator">
<meta content="VisualStudio.html" name="progid">
<meta content ="microsoft Vistual studio.net 7.0" name="Originator">
<link HREF="/store/STYLES.CSS" TYPE="TEXT/css" rel="stylesheet">
</head>
<BODY BOTTOMMARGIN ="0" leftmargin="0" topmargin="0" rightmargin="0">
<form runat="server" id="form1">
<table style="font: 10pt verdana;width:627px;height:718px" cellspacing ="0" cellpadding ="0" width=627 border =0>
</table>
</form>
</body>
</html>
就对上面的代码中:
<BODY BOTTOMMARGIN ="0" leftmargin="0" topmargin="0" rightmargin="0">
报:不能找到元素body的任何属性(bottomargin)???
<table style="font: 10pt verdana;width:627px;height:718px" cellspacing ="0" cellpadding ="0" width=627 border =0>
报:不能找到元素table的任何属性(style)???
<link HREF="/store/STYLES.CSS" TYPE="TEXT/css" rel="stylesheet">
报:活动架够不支持LINK???
问题点数:20、回复次数:2Top
1 楼cyp503(谁怕?一蓑烟雨任平生)回复于 2004-12-03 02:01:25 得分 20
不用理它,能运行就行Top
2 楼xxqmonica(去向不明)回复于 2004-12-03 11:57:05 得分 0
这样也行啊,哦,谢谢Top




