hadoop2.9.0安装要求:关于怎么调框架网页的位置

来源:百度文库 编辑:高校问答 时间:2024/04/27 22:06:35
http://bbs.tech.tom.com/bbs.php?forumid=148&threadid=29299&page=1
大家先看看这个网页。能否将左边的框架,整体向右移动一下。而将网页左边留大概5CM左右空白。本人才做网页,由于网站左边老是出现5CM左右的广告,将我的网页的管理框架挡住,使我不能操作。
我看了一下代码:
<!--#include file="CONN.ASP" -->
<!--#include file="inc/Const.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=Sailing.SiteSetting(1)%> - 控制面版</title>
<link href="admin_style.css" rel="stylesheet" type="text/css">
<meta name="keywords" content="轩魂国度">
</head>
<%
Sailing.Admin()
If Sailing.IsAdmin then
response.Write("<frameset rows='*' id='M_Frame' cols='185,*' framespacing='0' frameborder='no' border='0'>")
response.Write("<frame src='admin_menu.asp' scrolling='auto' id='leftFrame' name='leftFrame' noresize marginwidth='5' marginheight='5'>")
response.Write("<frame src='admin_main.asp' name='mainFrame' id='mainFrame' scrolling='auto' noresize marginwidth='0' marginheight='0'>")
response.Write("</frameset>")
else
response.Redirect("admin_login.asp")
response.End()
End If
%>
</html>
<script>
if(self!=top){top.location=self.location;}
</script>
请各位电脑高手帮我解决一下,不胜感激

改自然是可以改的,,,,但是,,,,,,,,,,如果你是用别人的网站上传自己的东西,,,,你就改不了别人的东西,,,,,,
如果你要自己来弄,,,,,建议初学者用DW打开,,,,在实时视图里拖动就可以了.....你拖动后再来看代码参数如何被改的,,,,,,,,以后你就知道了......
这样比直接告诉你怎么改会让你记住更多