how can i add color to a merged table cell.

how can i add color to a merged table cell.

 function myMerge() {
 REDIPS.table.merge('h', false);
  REDIPS.table.merge('v');
 REDIPS.drag.initTables();
};