I want to remove the bullet icon provided by the <ul></ul>
HTML tag and in place I need a dash sign as the bullet. I've written the following code. It works perfectly fine with mozilla firefox, however IE 2013 shows both the circular bullet icon as well. It seems to be the browser specific problem. How do I fix this error? Regards!
@foreach (var CareerList in Model)
{
<ul type="none">
@foreach (var item in CareerList.skills)
{
<li>- @item.ToString()</li>
}
<br />
</ul>
}
IE shows like following:
- Skills Required:
- Knowledge of .NET framework, C#, ASP.NET MVC, .EXT, HTML& Javascript.
- Minimum working experience of 1 year.