my client gave me code to insert in her page for a newsletter signup form and the resulting table is taking up way too much space. How can I format it to take only as much vertical space as it needs? Its here: http://kategaffney.com/#contact
Hi Anne,
I’m guessing you want it to be wider? If you look in your code you will see the <tr>
tag, that means the table starts a new row. If you remove that in the places where you don’t want it to start a new row it should turn wider.
Regards,
Rikard
Hi Rikard thanks for the reply. I actually want to make it shorter vertically so I can squeeze it down to fit in a smaller section. Do you see all that empty space in the cells? I want to minimize that if possible.