I have googled codes on how to change the whole tables opacity but i only want one cell to change its background opacity.... how can i do this thankyou
Use the same styles you found for table transparency for the <td> something like... <td style="filter: alpha(opacity=50);opacity: 0.5;-moz-opacity:0.5; htmlOpacity=0.5"> </td>
thankyou that worked now is there a way to make it so the font stays normal while only the background is changed in opactity?