|
Check, I think we're having a communication issue here. I understand what you're saying about line breaks in the table code itself. It's clear. I understood that the first time you gave me the example as follows:
<tr><td></td></tr> (has no line breaks)
Whereas this HAS line breaks:
<tr>
<td>
</td>
</tr>
Yes I get that. What you're not understanding is that I'm saying outside of the table, above the table code there was a HUGE space inserted above the table, just about equal to the size of the table. I gave you a link to look at it on a sample review I created. Uncommenting the code you told me to uncomment in the other thread (trying to get the swf video to work) resolved this problem. However, it was still a problem and if I commented that code back out, it would re-appear.
|