|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Is it possible to include a header and footer file using HTML? I have my file as a .html and need to be able to include the HTML for the header and footer. Anyone know how I can do this?
|
| Sponsored Links |
|
|
|
|||||
|
HTML Code:
<?php include("header.html"); ?> <?php include("footer.html"); ?> HTML Code:
<H1 ALIGN=CENTER>Welcome</H1> HTML Code:
Copyright © 2008 ![]()
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill Pictures of England |
|
|||||
|
That is PHP, not HTML. And I think that is the only way to go, to do this with html you have to use frames, and that's not recommended.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||||
|
I believe it does the same thing as your php, but perhaps the server doesn't have PHP enabled in which case using SSI would be the only option [assuming the server allows SSI]
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
I used to use a header and footer on my old website all the time. It makes things a lot easier, with the <php_include> and such.
__________________
Cheap Airsoft Guns If you are looking for high-quality, yet cheap, airsoft guns, then check out MrAirsoft.com |
|
|||||
|
Every piece of php code I have ever written was written and tested locally.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File Manager | Jaan | Community Projects | 40 | 02-27-2008 03:45 PM |
| Header File | norman_069 | C and C++ | 6 | 09-27-2007 02:38 PM |
| About HTML | Onur | Tutorials, Classes and Code | 0 | 08-28-2007 06:13 PM |
| HTML Introduction | clookid | Tutorials, Classes and Code | 5 | 01-08-2007 09:43 PM |
| What is HTML, DHTML and XHTML? | Lop | HTML Programming | 5 | 08-09-2006 11:00 AM |