code:
<style type="text/css"> <!-- .data_table { color: #FF6600; border-collapse: collapse; border:3px solid red; background:#eee; } .data_table td { border:1px solid #000000; } --> </style> <table class="data_table" width="100" height="100"> <tr> <td>1</td> <td>2</td> </tr> <tr> <td>3</td> <td>4</td> </tr> <tr> <td>5</td> <td>6</td> </tr> </table>

|