Page 1 of 1

php cuts off variable on 1 pg, but not other

Posted: Mon Dec 16, 2002 7:27 pm
by justravis
I have this php form that i enter html in here:
http://admin.clinicalkinesiology.org/jo ... hp?artid=2

It gets cut off when I go to preview it here:
http://clinicalkinesiology.org/content/ ... hp?artid=2

I think the code is stored in db correctly because it shows up in the form right. That's what's confusing. Why is the variable outputted in it's entirety in the form, but not on the preview page?

Originally, I thought it was an html issue, but I see the rest of the text is simply not there. Therefore, it is not a case of it being in the code, but not being displayed.

I know you are going to ask, so I'll tell you. The html origininates in Word (client's choice, not mine).

Any sugestions?

Posted: Mon Dec 16, 2002 7:42 pm
by nathus
that line thats above the bottom table thats showing the table code is missing a ' at the end of your style declaration it looks like. also the last td isn't closed, either is the row, or table. when I view the source on the page, it looks exactly like what is in that table you linked to.

Posted: Tue Dec 17, 2002 11:07 am
by Takuma