joesruddock
04-16-2011, 09:03 AM
For some reason, my .inc files arent showing ?
This is what I put into my main document:
<!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>Enroll Now!</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--#include FILE="footer.inc" -->
</body>
</html>
This is what's in my .inc file:
<link href="style.css" rel="stylesheet" type="text/css">
<div id="footer">
<div id="footer_left">
<a href="index.html">Home</a>
|
<a href="tc.html">Terms & Conditions</a>
|
<a href="about.html">About Us</a>
|
<a href="enroll.html">Enroll</a>
|
<a href="army.html">The Army</a>
|
<a href="free.html">Free Stuff</a>
|
<a href="music.html">Music</a>
|
<a href="contact.html">Contact</a>
|
<a href="mobile/index.html">Mobile</a>
</div>
<div id="footer_right">
© Website 2010-2011 - All Rights Reserved
</div>
</div>
Any ideas?
This is what I put into my main document:
<!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>Enroll Now!</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--#include FILE="footer.inc" -->
</body>
</html>
This is what's in my .inc file:
<link href="style.css" rel="stylesheet" type="text/css">
<div id="footer">
<div id="footer_left">
<a href="index.html">Home</a>
|
<a href="tc.html">Terms & Conditions</a>
|
<a href="about.html">About Us</a>
|
<a href="enroll.html">Enroll</a>
|
<a href="army.html">The Army</a>
|
<a href="free.html">Free Stuff</a>
|
<a href="music.html">Music</a>
|
<a href="contact.html">Contact</a>
|
<a href="mobile/index.html">Mobile</a>
</div>
<div id="footer_right">
© Website 2010-2011 - All Rights Reserved
</div>
</div>
Any ideas?