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
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
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.