Alex B
Member
Hi, new to the boards, I've done a few website and ok at coding them, I use notebook alot and then dreamweaver if I get stuck.....I'm stuck bigtime.
I found the code for the footer/header using PHP script, fantastic I thought but it doesn't seem to work. I understand it is a server language and can't be viewed without being online.
I have made a footer.PHP file just so I can get used to it, looks straight forward...
________
<div id="footer-bg">
<div id="footer-menu">
<ul class="footMenu">
<li class="noDivider"><a href="../index.html" title="Home">Home</a></li>
<li><a href="../Galleries/WeddingRoot.html" title="WeddingAbout">Wedding</a></li>
<li><a href="../Galleries/Celebration1.html" title="Celebration">Celebration</a></li>
<li><a href="../Galleries/Christening1.html" title="Christening">Christening</a></li>
<li><a href="../Galleries/Corporate1.html" title="Corporate">Corporate</a></li>
<li><a href="../Pages/Ordering.html" title="Ordering">Ordering</a></li>
<li><a href="../Pages/Contact.html" title="Contact">Contact</a></li>
</ul>
<br class="spacer" />
<li class="copyright">Copyright © Scrumptious Cakes 2000 - 2011 All Rights Reserved</li>
<li class="copyright">Website designed by Scrumptious Cakes</li>
</div>
</div>
_______
...and inserted the script onto webpage...
<?php include("footer.php"); ?>
I have tried to changing it every way I can, ie.....
<?php get_footer(); ?>
<?php include("../footer.php"); ?>
..but still no joy. PHP header/footer would really change the way I write websites, and the application is endless.
my website is Scrumptious Cakes Delivering to Dundee/Angus/Tayside/Fife/Perthshire in Scotland.
I hope someone can help. Thank you for looking.
Alex
I found the code for the footer/header using PHP script, fantastic I thought but it doesn't seem to work. I understand it is a server language and can't be viewed without being online.
I have made a footer.PHP file just so I can get used to it, looks straight forward...
________
<div id="footer-bg">
<div id="footer-menu">
<ul class="footMenu">
<li class="noDivider"><a href="../index.html" title="Home">Home</a></li>
<li><a href="../Galleries/WeddingRoot.html" title="WeddingAbout">Wedding</a></li>
<li><a href="../Galleries/Celebration1.html" title="Celebration">Celebration</a></li>
<li><a href="../Galleries/Christening1.html" title="Christening">Christening</a></li>
<li><a href="../Galleries/Corporate1.html" title="Corporate">Corporate</a></li>
<li><a href="../Pages/Ordering.html" title="Ordering">Ordering</a></li>
<li><a href="../Pages/Contact.html" title="Contact">Contact</a></li>
</ul>
<br class="spacer" />
<li class="copyright">Copyright © Scrumptious Cakes 2000 - 2011 All Rights Reserved</li>
<li class="copyright">Website designed by Scrumptious Cakes</li>
</div>
</div>
_______
...and inserted the script onto webpage...
<?php include("footer.php"); ?>
I have tried to changing it every way I can, ie.....
<?php get_footer(); ?>
<?php include("../footer.php"); ?>
..but still no joy. PHP header/footer would really change the way I write websites, and the application is endless.
my website is Scrumptious Cakes Delivering to Dundee/Angus/Tayside/Fife/Perthshire in Scotland.
I hope someone can help. Thank you for looking.