Click to See Complete Forum and Search --> : source html


Benzakhar
12-29-2003, 12:26 PM
When coding in html I want on all of my pages the left table to be the same. I could create the table and just copy and paste it to every page but there should be a way to do something like <html src = "path to a document> there is a way to do this for javascript vbscript then there must be a way to do this for html. Is there a way?

Thanx in advance!

DanUK
12-29-2003, 01:40 PM
If your server supports PHP you could save those appropriate bits in a header/footer.php file - then include those from each individual page. If your server does support PHP though, your .html would need to become .php.
HTH.

pyro
12-29-2003, 01:44 PM
http://www.webdevfaqs.com/php.php#include