Hi, I am building a blog where each page on the blog should have a top and side navigation menubar. I could put the menubar code in a template and include the template within all other templates, however the problem is that I do not own the navigation menubars and they are availabe as html pages within the directory structure or through http urls like http://something/topmenu.shtml.
Are there any solutions to include content from other html pages within a template ? I am not sure if I can create EE templates as shtml pages…If that was possible I could create all my pages as shtml’s and use dynamic includes to include the external pages.
Would appreciate any help.
Thanks
-Daman