<h2>Using highlight_file with custom styles</h2>
<?php
# Using highlight_file with custom styles
# this script lists itself
ini_set('highlight.comment''brown; font-weight: bold; font-style:italic');
ini_set('highlight.string''red; background-color:yellow');
ini_set('highlight.html''#000000');
/* we will use the defaults for 
 highlight.keyword & highlight.default */ 
highlight_file('highlightwithstyles.php');
?><h2>If you are viewing this as a source listing (highlightwithstyles.phps) then
remove the 's' from 'phps' in the address bar and resubmit - to see how the code 
executes and the custom styles in action.</h2>
<p><a href="http://wptest.means.us.com">wptest.means.us.com</a></p>