footer
3 posts Page 1 of 1
footer
Hello people,I was wondering if it is possible to get a script or something for the footer, since the footer is most of the time the same on évery page and editing everypage costs a lot of time.
So if anyone knows a solution, please comment.
Kindly Regards,
Re: footer
Yep. That is an excellent idea! You need to use some server side scripting to that. What to choose depends on what are avalible on your server:ASP: <!--#include virtual="footer.htm" -->
PHP: include 'footer.htm';
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: footer
Thanks Andreas!It's working! .. <?php include("footer.php"); ?>
Page 1 of 1