Forum Moderators: open
I am using the web component 'Included Content' thingy to include a page that contains a footer into a site that will have content that will change quite regularly...however I have discovered that when I insert a form in this included page fricken Frontpage seems to add random bits of the form ie text boxes etc, into each and every page that has the included content in it...the bugger is that this is not added to the included page but to every single other page...which means a tidy up of every page!
Confused yet?
Does anyone know a fix for this? I have tried putting the form opening tag before the included content FP code, but it causes stupid spacing issues...
Cheers,
Ben
Create a file which will act as your included content. Set it up just like a regular html page or whatever technology you are using.
Open the page you want to insert the included content. Position cursor where the content should be and then go to...
Insert > Web Component > Included Content > Page
Browse to the page you created above. You have now included a page into your page. The code will most likely look like this...
<!--webbot bot="include" u-include="/nav/bottom.asp" tag="body" -->
This functions very similar to an SSI and works seamlessly with FP. I just realized after using the program for over 7 years that you can use FP Includes in your <head> too!
Confused yet?
Sorry, just reread your post. What does your <webbot> tag look like? Like the one I posted above? Is the <webbot> code outside of the <form> element?
Cheers :)
Ben