Kev0121
09-07-2010, 02:00 PM
Hi guys.
Ive included my css into my php file and still doesnt work :S NOTHING at all works, even if i change the family-font it wont change.
Heres my code
usercp.php file
<html>
<head>
<title> User Control Panel </title>
<link rel="stylesheet" type="text/css" href="/includes/style.css" />
</head>
<body>
<div id="wrapper">
<div id="header" align="top">
header
</div>
<div id="content" class="content" align="center">
CONTENT
</div>
<div id="sidebar" align="right">
sidebar
</div>
</div>
</body>
</html>
style.css
#content {
border: 1px solid black;
margin: 10px;
font-family: Arial,Helvetica,sans-serif;
font-weight: lighter;
font-variant: small-caps;
}
.content {
border: 1px solid black;
margin: 10px;
font-family: Arial,Helvetica,sans-serif;
font-weight: lighter;
font-variant: small-caps;
}
#header {
border: 1px solid black;
margin-top: 10px;
}
Ive included my css into my php file and still doesnt work :S NOTHING at all works, even if i change the family-font it wont change.
Heres my code
usercp.php file
<html>
<head>
<title> User Control Panel </title>
<link rel="stylesheet" type="text/css" href="/includes/style.css" />
</head>
<body>
<div id="wrapper">
<div id="header" align="top">
header
</div>
<div id="content" class="content" align="center">
CONTENT
</div>
<div id="sidebar" align="right">
sidebar
</div>
</div>
</body>
</html>
style.css
#content {
border: 1px solid black;
margin: 10px;
font-family: Arial,Helvetica,sans-serif;
font-weight: lighter;
font-variant: small-caps;
}
.content {
border: 1px solid black;
margin: 10px;
font-family: Arial,Helvetica,sans-serif;
font-weight: lighter;
font-variant: small-caps;
}
#header {
border: 1px solid black;
margin-top: 10px;
}