Formatting HTML in Frontpage 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to format my HTML. Some webbot code statements are automatically
positioning themselves within the code, meaning I am unable to format the
code in the manner I want.

Is there anyway to override Frontpage automatically positioning webbot
statments within the code?

For example I want this:

<div id="top">
<!--webbot bot="Include" U-Include="include-logo.htm" TAG="BODY" -->
</div>

But when I do this and press I save, I get this:

<div id="top">
<!--webbot bot="Include" U-Include="include-logo.htm" TAG="BODY" --></div>

Thanks.
John.
 
FP always control the way that the FP webbot tags will appear in HTML.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top