allora vi faccio vedere il codice cosi forse e meglio:
Codice PHP:
$cont=file_get_contents($file);
$shoutbox = fopen($file, "w");
$scrivi = "<table style='text-align: left; width: 100%;' border='0'
cellpadding='0' cellspacing='0' class='hea';>
<tbody>
<tr>
<td bgcolor='#333333' style='color: rgb(51, 204,0);'>[b]$nome [/b]([url='$indirizzo']<u>$indirizzo[/url]</u>):
$func
<div style='text-align: right'><h6> $data </h6></div></td>
</tr>
</tbody>
</table>
" . $ok . "\r";
fwrite($shoutbox, $scrivi.$cont);
fclose($shoutbox);
io vorrei alternare quel valore #333333 con un altro colore