|
|
If you can use .shtml on your server, you could always use a SSI call from your original page that includes the contents of your blogger output. You then set Blogger to just output the HTML that you want to put into that space.
e.g.
original page:
<html>
...
<!-- Blog starts here -->
<!--#include virtual="blog.html" -->
<!-- Blog ends here -->
...
</html>
and then set Blogger to FTP to "blog.html", with just the code in the template that you want to insert between the start and end. You can do the same sort of thing with archives. |
|
|