http://egbsystem.net/innosol/prototype/grid_test_pay.html
Just see above the link and check the nested table title and main table title. which are not align properly. I need to align the same height as in the main table title height.
Please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can remove
from the HTML
Also remove the padding from the following classes in css:
The problem is that IDs (#) are much more specific than classes.
You’ll also need to deal with the nested table’s borders. Either remove the outside borders or remove the borders of the cell it’s nested in otherwise you’ll have what seems to be a 2px border.