I am using MVC 2 and for validation messages it is as below.
<li><%= Html.ValidationMessage("City")%></li>
<li><%= Html.ValidationMessage("Name")%></li>
But the problem is when it is viewed on IE 7 (all validation messages are grouped as 3-4 each) it shows a big white space. But on IE 8 it is working fine. I need to render same on both browsers. Please help me on this. thank you. Gayan