[PHP] PHP syntax colouring on documentation

2003-04-04 Thread Randum Ian
Hi there, I am currently writing a number of guides on PHP, SMARTY and Syntax and I was wondering if there is a set schema for the colouring of code within these guides. Is there a website that can give me an idea? Regards, Ian. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP syntax colouring on documentation

2003-04-04 Thread Pete James
check phpinfo()... it lists the colors that highlight_file()/show_source() uses. Better yet, here's the values: highlight.bg#FF #FF highlight.comment #FF9900 #FF9900 highlight.default #CC #CC highlight.html #00 #00 highlight.keyword

Re: [PHP] PHP syntax colouring on documentation

2003-04-04 Thread Randum Ian
Good stuff thanks Pete. check phpinfo()... it lists the colors that highlight_file()/show_source() uses. Better yet, here's the values: highlight.bg #FF #FF highlight.comment #FF9900 #FF9900 highlight.default #CC #CC highlight.html

Re: [PHP] PHP syntax colouring on documentation

2003-04-04 Thread Burhan Khalid
Randum Ian wrote: Hi there, I am currently writing a number of guides on PHP, SMARTY and Syntax and I was wondering if there is a set schema for the colouring of code within these guides. Is there a website that can give me an idea? Regards, Ian. RTFM

Re: [PHP] PHP syntax colouring on documentation

2003-04-04 Thread Randum Ian
Randum Ian wrote: [ snip ] RTFM http://www.php.net/manual/en/function.highlight-string.php http://www.php.net/manual/en/function.highlight-file.php Hi Burhan, I wasn't wanting to highlight anything like that, I am writing a guide which will be printed out in colour and wanted to