Forum Moderators: open
<!--#include file="inc/left.aspx"-->
...to include our left hand link bar on the page. However, it doesn't show up when in the design view of Frontpage which is a bit annoying. Is there a way arount this?
<!--webbot bot="include" u-include="http://www.example.com/nav/left.asp" tag="body" --> But, FP includes work a little differently than asp includes. An FP included page is just like any other page of the site. It contains complete head and body information, unlike asp includes which only contain the content to be included.
It contains complete head and body information
Like pageoneresults suggested, FP include is a way around it and actually works great.
If you are FTPing it, the includes will not update properly. By which I mean, if you alter the content of an include page and upload it using FTP, the pages will show the old include until such time as the page itself is again uploaded.
Just something to be aware of.