B
-Bob-
FP2003 insists on reformatting my code so that any "include"
statements
end up wrapped at the end of the preceding statements and typically
the following statement ends up wrapped at the end. All I have to do
is switch to design view and it does it.
So, for example, this:
<body>
<!--webbot bot="Include" U-Include="header.htm" TAG="BODY" -->
<table width="730" >
Ends up like this:
<body><!--webbot bot="Include" U-Include="header.htm" TAG="BODY"
--><table width="730" >
It would not be so bad except that in reality, those statements have
many more details on them and there are multiple includes, so it ends
up quite convoluted and unworkable.
The odd thing is that this does not happen with some of my sites, but
it does with others. In fact, if I import a page with similar
statements from a site that does not do it, it will start doing it in
the new site.
Suggestions ?
statements
end up wrapped at the end of the preceding statements and typically
the following statement ends up wrapped at the end. All I have to do
is switch to design view and it does it.
So, for example, this:
<body>
<!--webbot bot="Include" U-Include="header.htm" TAG="BODY" -->
<table width="730" >
Ends up like this:
<body><!--webbot bot="Include" U-Include="header.htm" TAG="BODY"
--><table width="730" >
It would not be so bad except that in reality, those statements have
many more details on them and there are multiple includes, so it ends
up quite convoluted and unworkable.
The odd thing is that this does not happen with some of my sites, but
it does with others. In fact, if I import a page with similar
statements from a site that does not do it, it will start doing it in
the new site.
Suggestions ?