set_overall_style( 'border-collapse: collapse; width: 100%;', false ); // line pre, code data cell and code pre $geshi->set_code_style( 'margin:0; background:none; vertical-align:top; padding: 0px 4px; font-size: 12px;', false ); // Header style $geshi->set_header_content_style('background: #dddddd; color: #054b6e; padding: 2px 0px; text-align:center; font: bold italic 12px Verdana, Geneva, Arial, Helvetica, sans-serif;'); // GeSHi doesn't expose a function to set the "ln" style from code, so we are // accessing the member directly $geshi->table_linenumber_style = 'width: 1px; background: #f0f0f0; vertical-align:top; color: #676f73; border-right:1px dotted #dddddd; font-size: 12px; text-align:right;'; } ?>