Front Page Re-Writing Code

M

Mike Fleckenstein

Greetings,

I'm using FP2000 to write code in html, javascript, php and mysql - using
FP's html pane. The problem I'm having is that Front Page seems to be
stripping out some row closures ("</tr>") and really messing up some tables.
I add the code back, resave to the server, reload the web page, and find out
that they're gone again.

I code this way all the time, usually without problems.

Can you explain what may be going on?

Mike Fleckenstein
[email protected]
 
S

Stefan B Rusynko

FP is telling you that you have broken html tag pairs
(opening a table in PHP and trying to close it in html)




| Greetings,
|
| I'm using FP2000 to write code in html, javascript, php and mysql - using
| FP's html pane. The problem I'm having is that Front Page seems to be
| stripping out some row closures ("</tr>") and really messing up some tables.
| I add the code back, resave to the server, reload the web page, and find out
| that they're gone again.
|
| I code this way all the time, usually without problems.
|
| Can you explain what may be going on?
|
| Mike Fleckenstein
| [email protected]
|
|
|
 
M

Mike Fleckenstein

Thanks, I'll run through the code again looking especially for that.

Mike
 
M

Michael Roberts

Mike Fleckenstein said:
Greetings,

I'm using FP2000 to write code in html, javascript, php and mysql - using
FP's html pane. The problem I'm having is that Front Page seems to be
stripping out some row closures ("</tr>") and really messing up some tables.
I add the code back, resave to the server, reload the web page, and find out
that they're gone again.

I code this way all the time, usually without problems.

Can you explain what may be going on?

Mike Fleckenstein
[email protected]
save any code or changes in wordpad. then cut and paste the whole lot into
the html view and it should work OK
Michael Roberts
Take the dog out to e mail me a direct reply
 
Top