Good evening.
I've never used php before... I tried...
A simple query told me to use this syntax:
<?php include 'Max-TechFooter.php'; ?>
Another one showed the div's around it, so I tried that, too That's the way it is now:
<!-- Footer -->
<div class="footer">
<?php include 'Max-TechFooter.php'; ?>
</div> <!-- End of Footer ID -->
The final three lines below the footer div:
</div> <!-- End of Container ID -->
</body>
</html>
And here's the entire Max-TechFooter.php file:
Copyright © 1998-2012 Max-Tech<span class="RegMarkLittle">™</span> |
<strong>Service-Disabled Veteran-Owned Small Business</strong> | Designed by<a href="www.seblake.com" class="MaxTech" target="_blank"> Max-Tech<span class="RegMarkLittle">™</span></a>
<br /><br />
<img src="images/css2gold.png" width="66" height="24" alt="CSS Gold" />
<img src="images/ECO-2.png" width="100" height="40" alt="ECO-2" />
<img src="images/xhtmlgold.png" width="66" height="24" alt="Graphic" />
My question: What I be doin' wrong???????
Results can be found at www.seblake.com... (Any criticism of or suggestions for the web site is appreciated!)
Thank you, in advance, for your time and assistance.
< Steve >