Jump to content

Why doesn't #navigation, #content, or #outerrcontent show up?


3raser

Recommended Posts

body{background-color:#000066;}

#outercontent{height:100%;width:650px;background-color:#003366;}

#navigation ul{list-style:none;color:#3399CC;}
#navigation{width:450px;height:40px;text-align:center;}

#content a:hover{text-weight:bold;color:#0066FF;}

#content{margin-left:auto;margin-right:auto;height:500px;width:450px;background-color:#3399CC;text-align:center;color:white;}

 

File:

 

<html>
<head>
<link rel="stylesheet" type="text/css" href="\theme\style.css" /> 
<title></title>
</head>
<body>

<div id="outercenter">
<div id="center">
<div id="navigation">
<?php include("navigation.php"); ?>
</div>
</div>
</div>

</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.