This topic is locked

Change table width in View Page

10/10/2008 2:33:31 PM
PHPRunner General questions
J
JordonC author

I seem to have a weird issue. I need to change the table length in the View Page. Im coming from php 4.2 and when I needed to change the table length I simply change the "width=250" to the desired length. Now in version 5.0 when I do the same thing I all of a sudden have columns disappear. He is an example
I have a Knowledge base table that has columns called "Title", "Date added", "Added By", "Info"

The info column has to be wider then 250. Otherwise it looks to small because it usually contains a lot of information. Its edited as a text area "rich text" and viewed as HTML.
Here is the original code for that cell containing "info"

<TD class=editshade_b style="PADDING-LEFT: 15px" width=150>Info</TD>

<TD class=editshade_lb style="PADDING-LEFT: 10px"

width=250>{$Info_value}&nbsp;
Here is the new value I enter to make it wider. This used to work for version 4.2

<TD class=editshade_b style="PADDING-LEFT: 15px" width=150>Info</TD>

<TD class=editshade_lb style="PADDING-LEFT: 10px"

width=800>{$Info_value}&nbsp;
Now, when I put this information in "The View Page" looks the way I want it to. But now the "Date Added" and the "Added By" columns have disappeared. If I go back to the visual editor and hit the "reset this page" button everything goes back to the way it should look. This happens everytime I try to edit using the visual editor. Also if I insert an image anywhere on the page, those two columns disappear. Is it because Im using a file that was created in 4.2?

J
JordonC author 10/10/2008

I forgot to add if I change just this value those two columns will disappear.

center_block{$id} {width:45%;margin:0 auto;}


if I change the percent to anything except 45% the "Date Added" and the "Added By" columns disappear in the View Page

J
Jane 10/13/2008

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

J
JordonC author 10/13/2008

I uploaded the site and emailed the link and detail of problems. Thanks for the help

J
JordonC author 10/15/2008

I was just checking to make sure you guys received my email with the url and the information of the problem. I havent heard back from anyone yet. I hope Im not being a pain. Im just used to getting a response back within two days. Just wanted to know if I need to resend
Thanks

J
Jane 10/16/2008

What is your email?

J
JordonC author 10/16/2008

10/17/2008
removed email from post

J
JordonC author 10/17/2008

The new update you just released fixed the issue.
Thanks