<th> cells not keeping width

HoltyAVFC

New Member
Rather than post code, here is a link to a simple web form I'm working on.http://people.clemson.edu/~DARA/license_form.phpMy issue is with the Renewal: table at the bottom. I am allowing the user to add and delete rows to the table. By default two test rows are loaded on page load. If you remove both of them, suddenly the table columns no longer respect their width properties. Since the [th] columns are the only ones left, I assume they are the ones not honoring my width setting. Inspect element to see the CSS.Also, it would be awesome if anyone can tell me why the input text boxes in the table have to have "!important" after their width in order to work. If I take out important, the style I'm setting is overridden for whatever reason. But I don't know what's doing it since my custom style sheets are the last thing included on the page.
 
Back
Top