Hi,
I am trying to make my table on an asp page cleaner.
Right now, I have an html table on my page that draws information from my database. The customer can enter the following on the registration page:
Provider name: "drop down menu list" option named "provider1"
If name not listed, enter name: "text box" named "other"
Provider 2 name: "drop down menu list" option named "provider2"
If name not listed, enter name: "text box" named "other2"
The problem I am having is when the table shows up on the asp account page, there is akward spacing. For instance, if the user only finds his provider in line 1 but has to enter text for provider 2, there is a larger border between these. If they only enter one provider and leave the 2nd blank, the bottom of the table is extended down but nothing is there except the solid background color.
I am wondering if there is a better way to make a table that recognizes the information entered and resizes the table depending on the information entered.
Sorry if this is very confusing, I am having a heck of a time explaining this. If there is a way to show pictures on here, I'll gladly post a picture of my table if you can tell me how.
Thanks for any insight - Jerry
I am trying to make my table on an asp page cleaner.
Right now, I have an html table on my page that draws information from my database. The customer can enter the following on the registration page:
Provider name: "drop down menu list" option named "provider1"
If name not listed, enter name: "text box" named "other"
Provider 2 name: "drop down menu list" option named "provider2"
If name not listed, enter name: "text box" named "other2"
The problem I am having is when the table shows up on the asp account page, there is akward spacing. For instance, if the user only finds his provider in line 1 but has to enter text for provider 2, there is a larger border between these. If they only enter one provider and leave the 2nd blank, the bottom of the table is extended down but nothing is there except the solid background color.
I am wondering if there is a better way to make a table that recognizes the information entered and resizes the table depending on the information entered.
Sorry if this is very confusing, I am having a heck of a time explaining this. If there is a way to show pictures on here, I'll gladly post a picture of my table if you can tell me how.
Thanks for any insight - Jerry
Comment