Collapsible Lists, How to create without bullets or numbers?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I've built a collapsible list, but I don't want it to be numbered or to
have little squares or cirlce bullets. Here's an example of how I'd like it
to look. Thanks!

Jeff

Sponsors
Premier Sponsors
Other Sponsors
How to Sponsor
 
Hi Jeff,

In the head of your page
<style type="text/css">
li{
list-style-type:none;
}
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top