|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Validators Adding Extra LineI have a page with several TextBoxes and RequiredFieldValidators. Whenever the Validators fail (the user enters an invalid value), an extra line is displayed after the Validator. My Validators do not contain any <br/> tags in their ErrorMessage properties, so I have no idea what could be causing this. Here are several screenshots to show you what it looks like in the different scenarios:
As you can see, there is extra space only after the visible Validators. Does anybody have any idea why this might be happening? Thanks. Nathan Sokalski wrote:
Show quote > I have a page with several TextBoxes and RequiredFieldValidators. On the assumption that you have the fields in a table it may be that the > Whenever the Validators fail (the user enters an invalid value), an > extra line is displayed after the Validator. My Validators do not > contain any <br/> tags in their ErrorMessage properties, so I have no > idea what could be causing this. Here are several screenshots to show > you what it looks like in the different scenarios: > > > > > > > > > As you can see, there is extra space only after the visible Validators. > Does anybody have any idea why this might be happening? Thanks. error text is slightly overflowing the length of the cell and forcing the additional line. |
|||||||||||||||||||||||