Hello all,
I just started working at a firm as a web assistant and was given the task of redesigning our site. One of my tasks involves making the site more efficient by using include files.
I have never designed with this in mind and despite my best research I can't figure out how to work these files. The images nor the text appears when I use the include files.
Can anyone diagnose the problem?
Compare the original at
with
the failure at
http://cisr.jmu.edu/development/
<html>
<head>
<title>CISR Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="CISR_main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.footer {
font-family: Tahoma, Geneva, sans-serif;
font-size: xx-small;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="form1" method="post" action="http://www.picosearch.com/cgi-bin/ts.pl">
<input type="hidden" name="index" value="159730">
<div id="banner">
[B]<!--#include virtual="../include/headInclude.htm" -->[/B]
</div>
<!--Home image -->
<div id="NEWS"><img src="homeimage.jpg"></div>
<!-- End Home image -->
<!-- Content Box -->
<div id="contentbox">
<!-- ImageReady Slices (CISR_home.psd) -->
<img src="topimage.jpg" width="802" height="182" alt="Content">
<!-- End ImageReady Slices -->
</div>
<!-- End Content Box -->
<!--Start Products & Periodicals Headlines -->
<div id="PRODUCTS">Products
and Publications</div>
<br clear="all">
<div id="EVENTS">Check out our latest
products<br>
and publications.<br>
<br>
Click an image to view
more information about the featured <br>
item.</div>
<div id="guideimage"><a target="_blank" href="http://maic.jmu.edu/research/services/services.htm"><img src="guide-book-cover.jpg" width="110" height="97" border="0"></a></div>
<div id="GETI"><a target="_blank" href="http://maic.jmu.edu/research/services/services.htm">Land Mine Casualty Data: <br>
Best Practices Guidebook</a></div>
<div id="ATC"><a target="_blank" href="http://maic.jmu.edu/research/services/services.htm">Adapative Technology Catalog</a></div>
<div id="atcimage"><a target="_blank" href="http://maic.jmu.edu/research/services/services.htm"><img src="images/CDlarger.gif" width="110" height="97" border="0"></a></div>
<!-- End NEWS Headlines -->
<!-- End Content Box -->
<!--Start EVENTS and Announcements Headlines -->
<!-- End EVENTS Headlines -->
<!--Start More Highlights -->
<div id="HIGHLIGHTS">HIGHLIGHTS</div>
<div id="highlightsinfo">
<p><font style="color:#CC0000" size="+1"><em><strong><a href="http://jmu.qualtrics.com/SE/?SID=SV_0DFEUoSUuLnWau8&SVID=Prod" target="_blank">READER SURVEY</a></strong></em></font> <br>
<br>
Tell us what you think about <br>
<em>The Journal of ERW and Mine Action</em> in 15 minutes or less.<a href="/news/2010PCRW2010.pdf" target="_blank"></a></p>
<p> </p>
</div>
<!-- End More Hightlights -->
<!-- Footer -->
<div id="FOOTER">
[B]<!-- #include virtual="footerInclude.html" -->[/B]
</div>
<!-- END Footer -->
<map name="Map"><area shape="rect" coords="104,-1,161,15" href="disclaimer.html" target="_blank" alt="Disclaimer">
</map></body>
</html>