This topic is locked

How can I define the width of a view page

12/24/2008 5:45:55 AM
PHPRunner General questions
J
jbujosa author

I have mediumtext TYPE fields in my pages.
The edit page is right because I define the width of the fields, but see the page in a view mode, the page is too narrow.
How can I define the width of a view page ?
Than you

J
Jane 12/24/2008

Hi,
you can edit table width on the Visual Editor tab manually. Turn on Show borders mode and drag and drop borders.

Also you can swith to HTML mode and edit table width in the CSS block.

Here is a sample:

#center_block{$id} {width:400px;margin:0 auto;}