|
I've used two methods for this... one requires you to use the extension of .shtml for the files that will have the include...
The code is:
<!--#include virtual="ncludes/nav.html" -->
The other requires an extension of .php for the files that will have the include...
The code is:
<? include('includes/nav.html'); ?>
Just put this inside the div or table and the file will appear.
Hope this helps! MERRY CHRISTMAS!!!
__________________
- Chris. Dabbling learner.
Last edited by redline5th; 12-24-2008 at 12:44 PM..
|