For those of you following this thread, I thought I'd try to explain how this
issue was resolved. First some background.
I was working on a webpage in a subweb that used a FP theme, shared borders,
and a css based drop-down menu. As I was adjusting fonts and colors FP began
to add and/or change the menu html without being told to do so. To stop FP
from making changes to my menu I decided to try to isolate my menu from FP
with the following:
<!-- webbot bot="HTMLMarkup" startspan -->
menu html
<!-- webbot bot="HTMLMarkup" endspan -->
However, FP continued to make changes to my page, like adding duplicate
<body> tags and multiple <html> tags, at one point deleting everything from
the <body> tag to the end of the page. After starting over from scratch
several times, and unable to figure out what FP was doing (or what I was
doing wrong) I concluded that the HTMLMarkup bot was not effective.
WRONG conclusion. It appears that HTMLMarkup is indeed effective in keeping
FP from changing the code that is contained within. The problem was that the
FP theme and shared borders somehow conflicted with my css causing FP to
add/change/delete the html that was not within the HTMLMarkup tags. Simply
telling FP to remove the theme and shared borders was not effective since FP
apparently does not remove everything it inserts when you specify these
characteristics. I had to start with a blank page, NO theme or shared
borders, and then design my page with the css driven menu. I am still using
HTMLMarkup to isolate my menu from FP; I don't know if I really need to do
this now but I am not taking any chances. I'll cross that bridge another time.
Thanks Tom for all your help.