我是创建网站的新手,这个是给我朋友的。我正在使用 Dreamweaver CS4。我不知道如何摆脱空白空间,在我的网站周围制作白色边框。好心提醒!这是网络的打印屏幕(我还没有上传): 打印屏幕
<!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=utf-8" />
<title>Saher H. Paracha</title>
<style type="text/css">
a:link {
COLOR: #F0F;
}
a:visited {
COLOR: #FFF;
}
a:hover {
COLOR: #FFF;
}
a:active {
COLOR: #FFF;
}
<!--
#wrapper {
width: 1250px;
background-color: #FFF;
background-image: url(total-BGgif.gif);
background-attachment: scroll;
}
#left {
width: 25%;
float: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13pt;
color: #999;
}
#content {
width: 50%;
float: left;
}
#right {
float: right;
width: 23%;
}
#footer {
width: 100%;
clear: both;
background-color: #DE39D8;
}
#header {
width: 100%;
}
#menu {
width: 100%;
}
#wrapper #menu table tr td {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #C39;
}
#wrapper #left table tr td {
text-align: left;
}
#wrapper #content table tr td p {
font-size: 12pt;
font-family: Georgia, "Times New Roman", Times, serif;
}
#header_space {
height: 5%;
width: 100%;
}
#wrapper #right table tr td {
text-align: center;
}
#wrapper #footer table tr td {
color: #FFF;
text-align: center;
}
#wrapper #content table {
color: #DE39D8;
}
#wrapper #left table tr td a {
color: #FFF;
}
#wrapper #left table tr td a strong {
color: #DE39D8;
}
#wrapper #content table tr td p {
color: #666;
}
#wrapper #header table {
text-align: center;
}
-->
</style>