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
As in PHP, html includes (Apache tutorial) are handled by the server. Syntax is defined by the W3 SSI Commands. Support is dependent on your host's httpd.config or permission to locally configure your site document root. cheers, gary