You forget to add # in front of the color code
this is my code
Code:
<tr bgcolor="#CC9900">
<td height="30"> 2009.sept.19.</td>
<td height="30"> Budapest @ Dürer Kert</td>
<td height="30"> Punk vs metal vs hardcore</td>
</tr>
this is your code
Code:
<tr bgcolor="CC9900">
<td height="30"> 2009.sept.19.</td>
<td height="30"> Budapest @ Dürer Kert</td>
<td height="30"> Punk vs metal vs hardcore</td>
</tr>
firefox can not read CC9900, you should add #CC9900
safari can read CC9900.
good luck
Bookmarks