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,

Put them in an html table and operate with padding css rule.

Eliyahu
 
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.
 
thanks for both answers, I went with tables.
thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top