I am trying to use the size option in the "font" tag, Any help would be really appreciated.
code...
<html>
<body bgcolor='#000000' text='#ffffff'>
<head><title>HTML table to 20</title>
<font face="arial" size="2"> <!---- Need help here---!>
<table border=2>
<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr>
<tr><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td></tr>
<tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td></tr>
<tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td></tr>
</table>
</font>
</body>
</head>
</html>
I know the table seems really trivial but the class is going to turn it into javaScript using "document.write" and some other code.
Aqua-Soft Forums