谁有Dreamweaver做的简单网页,传个我啊

来源:百度知道 编辑:UC知道 时间:2024/06/05 02:16:41
一个网站,20页的网页,内容随意,里面只要包括FLASH,PHOTOSHOP,文字,图片即可

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include File="Conn.asp"-->

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>

<style>
<!--

#Container {
width:1000px; /*设定宽度*/
height:800px; /*设定高度*/
margin:auto; /*居中*/
border:1px solid #666; /*设定边框*/
}

#Header {
width:1000px; /*设定宽度*/
height:200; /*设定高度*/
margin