ul li দিয়ে মেনু বানালে বাম পাশে একটা "." আসে। অইটা কিভাবে সরাব?
How do I remove the black dots from UL li menubar?
You're going to need to add the following
css:
You're going to need to add the following
css:
{
list-style-type: none;
}