Is there some bug with the table feature in DW?
I'm trying to do a table in my HTML code and it never positions the table rows as rows and instead positions them as inline columns instead, if that's not the issue when the text is outside the table itself. Is there some sort of known bug with the feature because I'm sorry, but I should not have to waste my time trying to do something as simple as a table in an HTML document. Its absolutely stupid.
This is what I have (multiple rows in one column:
<table>
<tbody>
<tr>
<td>
<tr>Row 1</tr>
<tr>Row 2</tr>
<tr>Row 3</tr>
<tr>Row 4</tr>
</td>
</tr>
</tbody>
</table>
...and this is the retarded thing I'm getting, the rows should be underneath each other, because in primary school, that's what I learned what rows are. If I learned that at 6, why cant the team at DW work that one out?
| Row 1Row 2Row 3Row 4 |


