Ok. This is one of the few times I think that using an iframe might be a
good idea. Frames in general are not a good idea for a million reasons, but
in this case it might offer a solution.
Decide how wide you want the 'text box' that will contain the recovery
information. I will assume 480 pixels wide for purposes of this example.
Create a new, blank custom webpage. Choose Custom setup and make the page
480 pixels wide, but leave the length alone. Apply a background color if you
want, and then insert a text box and write your recovery information in that
text box. Make the text box perhaps 470 pixels wide and center it on the
page. Log on to your host and create a folder called 'update' at the same
directory level as the index.htm file and the index_files folder from your
full site. Publish to the web and upload your single web page to the
'update' folder.
Now open your original publication and insert a html code fragment where you
want to read the recovery information...where you currently have the text
box that you have to keep changing. Copy and paste the following code
snippet into the code fragment:
<IFRAME src="
http://www.shhrc.org/update/index.htm"
width="480" height="400" hspace="0" vspace="0"
frameborder="1" scrolling="auto"></IFRAME>
You can play with the height and change the width depending on how wide you
decided to make the 'recovery information webpage'. Change the '1' to '0' if
you don't want a border.
Do a web page preview and the page that you uploaded to the 'update' folder
will import into the iframe. When you want to update the information, just
update the recovery info Pub file and upload the new version to the 'update'
folder. You won't have to change your original page.
Good luck.
DavidF