Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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
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;}