Using CSS: <style type="text/css"> table { width: 100%; } </style> <table> ... </table>. or using a CSS inline style: <table style="width: ...
確定! 回上一頁