Code doesn't "translate" and page doesn't save

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

Guest

I tried posting this opnce, but it didn't show up...hope this doesn't duplicate

I have just started a new website and unlike the others I have done, every time I close this one, no matter what I have done to try to save, it reverts back to the original page that the wizard created saving none of my changes. To explain one step further, while I am working on it, when I check the code, none of my changes are appearing in the code portion. Only the original code created by the wizard is there. I can add images, colors, text...anything, and none it it displays as code.

Hope that makes sense...any ideas?
 
You can not make changes to the code that the FP webbot generate.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Nicole said:
I tried posting this opnce, but it didn't show up...hope this doesn't duplicate.

I have just started a new website and unlike the others I have done, every time I close this one,
no matter what I have done to try to save, it reverts back to the original page that the wizard
created saving none of my changes. To explain one step further, while I am working on it, when I
check the code, none of my changes are appearing in the code portion. Only the original code
created by the wizard is there. I can add images, colors, text...anything, and none it it displays
as code.
 
Sorry, perhaps I wasn't clear

The only code that appears at all is what was created by the wizard. If I change a background color or add an image or some text, it appears in the design portion (I can view it in design and even in preview) but none of my changes appear in the code portion. Then, when I save and close, my changes are not saved, it reverts back to just a blank page with a few minor elements that were there as a default

??? Help ???? please
 
Ok, what is being create by the Wizard?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Nicole said:
Sorry, perhaps I wasn't clear.

The only code that appears at all is what was created by the wizard. If I change a background
color or add an image or some text, it appears in the design portion (I can view it in design and
even in preview) but none of my changes appear in the code portion. Then, when I save and close, my
changes are not saved, it reverts back to just a blank page with a few minor elements that were
there as a default.
 
I could have a blank page and then whatever I add is not recognized as code. But at any rate, the wizard is just doing some shared borders and some basic instructional text. I used the wizard before for other sites and never had a problem....really don't think that's it. I am wondering if there is something I am missing in order to get my changes to translate into code... It is a big problem because I can't close down my program as I know that I will lose everything

Thanks so much! :)
 
Can you paste the code for the page into a message here, the before and after?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Nicole said:
I could have a blank page and then whatever I add is not recognized as code. But at any rate, the
wizard is just doing some shared borders and some basic instructional text. I used the wizard
before for other sites and never had a problem....really don't think that's it. I am wondering if
there is something I am missing in order to get my changes to translate into code... It is a big
problem because I can't close down my program as I know that I will lose everything.
 
This is the code both before and after...no matter what I do to the page. So basically, I can add or change anything at all on the page, and I have done a TON to it and the code never changes therefore the changes do not save

Thanks for looking! :

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><meta http-equiv="Content-Language" content="en-us"><title>Home</title><meta name="GENERATOR" content="Microsoft FrontPage 6.0"><meta name="ProgId" content="FrontPage.Editor.Document"><meta name="Microsoft Theme" content="none"><meta name="Microsoft Border" content="tb, default"><link rel="File-List" href="index_files/filelist.xml"><!--[if !mso]><style
v\:* { behavior: url(#default#VML)
o\:* { behavior: url(#default#VML)
..shape { behavior: url(#default#VML)
</style><![endif]--><!--[if gte mso 9]><xml><o:shapedefaults v:ext="edit" spidmax="1027"/></xml><![endif]--></head><body style="background-attachment: fixed" ><BODY><BODY><BODY><BODY></body></html>
 
The only issue I see with what you have posted, is the repeating <body> tags, your page must only
have 1 opening <body> tag.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Nicole said:
This is the code both before and after...no matter what I do to the page. So basically, I can add
or change anything at all on the page, and I have done a TON to it and the code never changes
therefore the changes do not save.
Thanks for looking! :)

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" content="text/html;
charset=windows-1252"><meta http-equiv="Content-Language" content="en-us"><title>Home</title><meta
name="GENERATOR" content="Microsoft FrontPage 6.0"><meta name="ProgId"
content="FrontPage.Editor.Document"><meta name="Microsoft Theme" content="none"><meta
name="Microsoft Border" content="tb, default"><link rel="File-List"
href="index_files/filelist.xml"> said:
v\:* { behavior: url(#default#VML) }
o\:* { behavior: url(#default#VML) }
.shape { behavior: url(#default#VML) }
</style><![endif]--><!--[if gte mso 9]><xml><o:shapedefaults v:ext="edit"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top