make css and override list-style-type
to disc
ul li { list-style-type:disc;}
Hope this will solve your problem.
Muhammad Akhtar
2010-03-01 11:38:29
make css and override list-style-type
to disc
ul li { list-style-type:disc;}
Hope this will solve your problem.