Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
They syntax that I've found across the internet for changing the bullet icon type of an Unordered List is as follows:

<ul type="disc">
<li>something</li>
<li>something else</li>
</ul>


However, working on visual studio 2013 I am getting 'typeof' in place of 'type' and it doesnot take the options like square, circle etc. Is it the problem in VS 13 or i am not writing correctly? Regards!
Posted
Comments
Sergey Alexandrovich Kryukov 27-Jan-14 12:38pm    
What do you mean by "getting"? You are not "getting", you are "giving" :-).
No, the "question" makes no sense at all. "typeof" has nothing to do with HTML, it could be C#. You probably don't know what Visual Studio and the Web do.
—SA

1 solution

Hey I've found out the correct procedure to do it. Yah i dont know much as im a beginner in these things. Thanks anyways. Regards!
-prabeancha
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900