Sorry, I'm new to BYTES.com and posted this first in the articles section....
When I display this HTML in a browser the colors do not work. This has to be something very elementary, but I am stumped. What am I doing wrong?
When I display this HTML in a browser the colors do not work. This has to be something very elementary, but I am stumped. What am I doing wrong?
Code:
<table BORDER=3 WIDTH="500" > <tr> <td WIDTH="100" BGCOLOR="#FFCC00"> <center><b><font face="Arial,Helvetica">Col A</font></b></center> </td> <td WIDTH="150" BGCOLOR="#FFCC00"> <center><b><font face="Arial,Helvetica">Col B</font></b></center> </td> <td WIDTH="250" BGCOLOR="#FFCC00"> <center><b><font face="Arial,Helvetica">Col C</font></b></center> </td> </tr> <tr><td BGCOLOR=”#FFCC00">Gold</td> <td BGCOLOR="#FFCC00">Gold</td> <td BGCOLOR="#FFCC00">Gold</td></tr> <tr><td BGCOLOR=”#33FF33">Green</td> <td BGCOLOR="#33FF33">Green</td> <td BGCOLOR="#33FF33">Green</td></tr></table>
Comment