| You Can't Be Serious!!
Posts: 11,747 Join Date: Dec 2005 Location: Ft. Worth, Texas Real First Name: John Camera: 5DMkII, 7D, LX3 Can Others Edit My Photos: No iTrader Rating: 24 LIKES Received: 94 LIKES Given: 348 |
12-08-2009, 11:51 AM
Quote:
Originally Posted by lars there's a couple ways you can do it. I suggest using server-side includes before iframe's... This is an example of a server-side include:
<!--#include virtual="footer.html" -->
you might have to mess with your htaccess file or use a .shtml file if the server side include's don't work the way your web server is setup now. A quick google search got me started the first time.
Alternatively, if you are using php, then they make it super easy:
<?php include("footer.php"); ?>
i use the php method on my website | +1
--------------------------- Everyone wants to be a rock star, but no one wants to learn the chords. |
| | |