I'm using javascript to allow users to set the background color of a table.
the problem is, when I set the background color, I use hex (#ffffff), but after it is set as background-color, it converts to rgb(255,255,255)
function change_inner_body(color)
{
alert(color)
//this displays #ffffff...