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
(e-mail address removed)
 
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
| (e-mail address removed)
|
|
|
 
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
(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
 

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

Top