HTML Code Produced by FP



Is there any way (like settings?) to control the html code produced by
FrontPage?

I am using FP as an html editor. What I see in the preview code is okay;
certain phrases (they are really variables) are shown on lines by themselves
as I designed.

However, FP puts breaks (inserts html code) in places in the actual html
code (that don't appear in the Preview) where I don't want breaks.

The output (html file) is sent to another software program which reads the
variable names and substitutes data for the variable names. Needless to
say, I can't have a variable name split across two lines in the html code.

In the example below, the variable in between the % characters cannot span
two lines. Now, of course, I fixed the problem once by just going into the
HTML code itself and removing the offending HTML code. But, I don't want to
do that every time I create such a file or modify it.

Below follows a sample of what appears in FP under Preview mode:
***** starts next line
Your email address is: (%Email Address%)
Your first name: (%First Name 1%)
***** ends previous line


Below follows the html code as it appears in FP:
***** starts next line
<!-- MSCellType="ContentBody" -->
Your email address is: (%Email Address%)<p>Your first name: (%First Name
1%)<br>
***** ends previous line

If you've had experience with this kind of situation, I'd be interested in
how you solved it.

Bruce


.



Relevant Pages

  • Add a new SPSite using Collection
    ... SPGlobalAdmin globalAdmin = new SPGlobalAdmin; ... SPSiteCollection siteCollections = virtualServer.Sites; ... html code, but I cant seem to find it anywhere, neither in the aspx ... file nor in the generated html file. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: CreateMHTMLBody
    ... (egads, who named your machines???)? ... Have you tried \\...\ without the file: prefix? ... Have you tried placing that HTML file on a web server somewhere and using an ... > will e-mail me Internet pages and HTML Code just fine, ...
    (microsoft.public.inetserver.asp.general)
  • IWebBrowser2 interface
    ... With IWebBrowser2 interface and Navigate function, it's possible to display ... an html file. ... Is it possible to do the same thing without a file (html code ... LPDISPATCH pIHtmlDisp = GetHtmlDocument; ...
    (microsoft.public.windowsce.embedded.vc)
  • How to: Referencing a DLL
    ... Remove all the HTML code from a give *.html file and show it as text file. ... install these files and register them in registry in the target machine? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Convert HTML to txt
    ... An HTML file _is_ a text file that contains HTML code. ... parse data out of it, or import the entire contents into a single memo ... > F Jones ...
    (microsoft.public.access.externaldata)

Loading