Front Page Re-Writing Code

  • Thread starter Thread starter Mike Fleckenstein
  • Start date Start date
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
(e-mail address removed)
 
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
| (e-mail address removed)
|
|
|
 
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
(e-mail address removed)
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
 
Back
Top