what i mean is in some threads i have visited here, when code is posted it appears in a text area box with the code color highlighted by type
looks like
PHP Code:
and the text area box would be here
when i post code it just appears as text
looks like
<?php
function highlightResults($sDataValue, $sSearchString) {
return str_replace(strtoupper($sDataValue), strtoupper($sSearchString), '<span style="color:red;">'.strtoupper($sSearchString).'</span>');
}
?>
i like the looks of the text area box.