Quote:
Originally Posted by xcarter
Can you please indicate which line commands table width.
Thanks.
|
Hi,
there are 2 ways to resolve it:
1) inline width
Quote:
<table width="700">...</table>
|
2) using css. Define the table name and find (create) it in the main css file
Quote:
table.my_class {width:700px;}
|