table not working properly
-
when i am using table in my contact form, an additional /tr> is coming on the top before the table on my page.
This is my code
<table><tr><td>Name Of Product </td> <td> [text* text-141 placeholder “Name of Product”]</td></tr>
<tr><td>Product description </td> <td> [textarea textarea-275 “Product Description”]</td></tr>
<tr><td>Release Date</td> <td>[date date-85 min:2000-01-01 placeholder “Release Date”]</td>/tr>
<tr><td>Unique Selling Proposition</td> <td> [text* text-143 placeholder “USP”]</td></tr>
<tr><td>Image Upload</td> <td> [file* Image limit:5000 filetypes:jpeg|jpg|png]</td></tr>
<tr><td>Your Name </td> <td> [text* your-name]</td></tr>
<tr><td>Your Email</td> <td>[email* your-email] </td></tr>
<tr><td></td> <td>[submit “Send”]</td></tr><table>
The topic ‘table not working properly’ is closed to new replies.