I'm looping through the following code
*****Start Code*****
echo '<tr>
<td colspan="3">
<span class="style13">'. $row['title'] . '</span>
<span class="style16"><BR>' . $row['content'] . '
<a href="../newsletter" target="_blank">[more]</a>
</span>
</td>
</tr>
<tr>
<td colspan="3">
<span class="style21">
<img src="../images/slice_07.gif" width="599" height="10">
</span>
</td>
</tr>\n';
It works fine, loops through and prints out everything right, but I keep getting "\n" at the top of the page for every record it loops through. Can't figure out why. Any help would be much appreshated.
Thanks in advance.
*****Start Code*****
echo '<tr>
<td colspan="3">
<span class="style13">'. $row['title'] . '</span>
<span class="style16"><BR>' . $row['content'] . '
<a href="../newsletter" target="_blank">[more]</a>
</span>
</td>
</tr>
<tr>
<td colspan="3">
<span class="style21">
<img src="../images/slice_07.gif" width="599" height="10">
</span>
</td>
</tr>\n';
It works fine, loops through and prints out everything right, but I keep getting "\n" at the top of the page for every record it loops through. Can't figure out why. Any help would be much appreshated.
Thanks in advance.