Mortgage Calculator - Loans - Real Estate Investing - Hsbc - Loans

PDA

View Full Version : HTML include?


Hishighness
Sep 30th 2006, 10:45 pm
I'm going to be making a bunch of different blogger blogs with the same template, I can't use php on blogger so I'm wondering is there some sort of html include command where I can have the template html hosted off blogger and then call it in my template? The thing is when I get up to and past 15 or so blogs if I ever needed to change the template for all of them doing it individually would become time consuming. I know there's include for php, i'm wondering if it's available for html as well.

Thanks for your time
HH

kk5st
Oct 1st 2006, 12:40 am
As in PHP, html includes (Apache tutorial) (http://httpd.apache.org/docs/1.3/howto/ssi.html) are handled by the server. Syntax is defined by the W3 SSI Commands (http://www.w3.org/Jigsaw/Doc/User/SSI.html).

Support is dependent on your host's httpd.config or permission to locally configure your site document root.

cheers,

gary