how to give just enough space between two <asp:button> that are in 2 rows of a cell?

  • Thread starter Thread starter Dee
  • Start date Start date
D

Dee

Hi
I have to <asp:button>'s one on top of the other in a cell of a Table
layout. When I put a <br> I get
too big a gap. Without it they are touching. The only way I can think of
separating them is if I make
another table inside that cell and have a cellspacing that's suitable. But
that sounds overkill.
Anyone has solved this puzzle before?
Thanks for sharing.
Dee
 
Back
Top