Welcome Guest, Not a member yet? Register   Sign In
Help about geshi hightlighter
#1

[eluser]Unknown[/eluser]
Hi,I have a simple question about geshi.Whatever I look like forums,I havent found anything.
I'm using geshi with codeigniter,and I want to write odd and even line different background.
I have added my hooks.php in params that line
Code:
'params' => array(
    'enable_line_numbers' => array('GESHI_FANCY_LINE_NUMBERS', 2),
    'set_overall_class'   => array('"note"'),
    'set_line_style'      => array("'background: #fcfcfc;'", "'background: #EAFFEA;'"),
    'set_keyword_group_style' => array(1,"'color: #000; font-weight: bold;'"),
    'set_symbols_style'       => array("'color: #00f;'")));

But whatever I did,It wasnt work.Can you help me?Best Regards.




Theme © iAndrew 2016 - Forum software by © MyBB