Hi,
I'm trying to add a linebreak in my $textone variable, but it outputs wrong. Any ideas where i'm going wrong?
<?
if(!empty($namethree)){
echo "<table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"#CCCCCC\">";
echo "<tr bgcolor=\"#999999\"><td class=\"white_bold\">". $namethree . "</td></tr><tr bgcolor=\"#FFFFFF\"><td>$textthree</td></tr>";
echo "</table>";
}
?>
Ta