Quote:
Originally Posted by mili
There is no white spaces in this simple code
<table width="100%" border="0" cellpadding="1">
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
</table>
And yet this is what gets displayed:
http://www.dssftp.com/forum/showpost...61&postcount=1
mili
|
Here is your code with whitespace removed.
Code:
<table width="100%" border="0" cellpadding="1"><tr> <td>test</td><td>test</td><td>test</td></tr><tr> <td>test</td><td>test</td><td>test</td></tr></table>
As you can see all it does is remove the lines in your code ie the returns..
Copy and paste it and see..