Hey guys,
My td width = 378 as you see but I'm getting a few miles long text back from this query. How can I wrap that?
<tr><td bgcolor="#D4D0C8"><strong>References</strong></td>
<td width="378" bgcolor="#FFFFFF"><span class="style2"><strong>
<?php
$result = mysql_query("select refs from...
I would like to do some modification on my code, for example text style, color etc.
How can I do that?
echo "Company Profile: <br />" . $row['companyProfile'];
echo "<br />"; echo "<br />";
echo "Website: " . $row['website'];
echo "<br />";
echo "Email...