Hi , i am being develop site that using Drupal.
And try to edit the list to be without bullet.
I have try with select the class or id and create the properties in css but getting failed.
Please, give me know to do that ?
This is the codes that i get from VIEW SOURCE :
<div class="container">
<div class="blog"><div id="block-blog-0" class="block block-blog">
<h2>Recent blog posts</h2>
<div class="content"><div class="item-list"><ul><li><a href="/wbm/?q=node/5">Blog 2</a></li><li><a href="/wbm/?q=node/3">Blog1</a></li></ul></div><div class="more-link"><a href="/wbm/?q=blog" title="Read the latest blog entries.">more</a></div></div>
</div>
</div>
</div>
Thanks