0

I am having problem in aligning data tables inside a panel grid. Always data table is getting aligned in the center instead of the top. 'vertical-align:text-top;' CSS class also not working.

Sathesh S
  • 1,253
  • 3
  • 23
  • 54

1 Answers1

0

ya got the answer .panelColumns td { vertical-align: top; } is working fine. :-)

Sathesh S
  • 1,253
  • 3
  • 23
  • 54