Hello dudes, does somebody here knows how can i define a default table row´ size with CSS?
Regards,
LottaLava
Regards,
LottaLava
<style type="text/css"> tr { width:150px; } </style>
<style type="text/css"> td { width:150px; } </style>
<style type="text/css"> table { width:150px; } </style>
Comment