|
The <tr> tag represents a row in the table and the <td> a cell in the table. You can't add content (your div tag) in between the rows. And besides, your css code is placed in the div tag, so it would only affect the div tag, not the table.
What exactly are you trying to do?
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|