FP 2003 and Shared Borders

Y

Yvette

I need to find a way to designate existing areas on an
already created web page as "Shared Borders". How do I
do that?
 
R

Ronx

Save the page as a Dynamic Web Template, then designate the non-"shared
border" areas as editable regions.

On the original page, delete the "shared borders", then apply the DWT.

Ron
 
M

MD Websunlimited

Hi Yvette,

Shared border are a form of FP include with the included content coming from the files in the _border folder within the web. To
convert an existing page to a shared border page you'll have to move the content from the page to the appropriate shared border
include file (left,top,right, or bottom.htm). Next, you have to add the shared borders meta tag to the page indicating which border
you wish to use.
<meta name="Microsoft Border" content="tb"
 
Top