space between controls

  • Thread starter Thread starter Alejandro Penate-Diaz
  • Start date Start date
A

Alejandro Penate-Diaz

hi. perhaps a silly question, I have several textboxes, each in a new line,
problem is that the space between them (vertically) is to much, how can I
reduce that space?
tnx, Alejandro.
 
Alejandro said:
hi. perhaps a silly question, I have several textboxes, each in a new
line, problem is that the space between them (vertically) is to much,
how can I reduce that space?
tnx, Alejandro.

use <br> tags instead of </p><p> tags to separate them.
 
Back
Top