Within ASP.Net 4.0 is it possible to increase the vertical spacing between the errors\warnings that appear on a ValidationSummary control?
I’m finding that they are just a little to close to each other.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As above (IrishChieftain) but target the li nodes that get generated?
If you want to have the ValidationSummary with a displaymode of ‘List’ then you have very little chance to style this as the html that is generated is just text with breaks
e.g.
However you can set the DisplayMode to be BulletList and use CSS to hide the bullet points which will give you the same effect
e.g.
Which is what I think you are after.