Recent content by rolandihasz

  1. R

    how to wrap a php echo in a standard cell?

    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...
  2. R

    [PHP]how can I get this text in blue color? echo "Website: " . $row['website'];?

    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...
Back
Top