I figure this must be something stupid I'm missing and or not taking into consideration. I'm just starting to learn HTML and CSS.
<!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>Student Portfolio</title>
</style>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="header">
<div class="navigation">
<p> </p>
<p><a href="index.html" title="Home">Home</a> | <a href="Portfolio.html" title="Portfolio">Portfolio</a> | <a href="Resume.html" title="Resume">Resume</a> | <a href="About.html" title="About">About Artist</a> | </p>
</div>
</div>
<div class="h1">
this is index page</div>
</div>
<div class="footer">
<div class="footer.text">
</div>
</div>
</body>
</html>
Styles Code Below
.body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
}
.container {
width: 1280px;
margin: 0;
position: fixed;
height: 1024px;
background-image:
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
}
.content {
padding: 10px 0;
}
.footer {
width: 1279px;
height: 90px;
background-repeat: no-repeat;
}
.header {
height: 90px;
width: 1280px;
}
.h1 {
}
.navigation {
text-align: center;
}
This post has been edited by Renovatio: 17 May 2012 - 01:58 PM

New Topic/Question
Reply



MultiQuote




|