Trying to add bullets to UL/LI tags
IgD - May 4, 2008 - 11:33
| Project: | Barron |
| Version: | 5.x-1.6 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have a Drupal page and am trying to add bullets to some items encapsulated by UL/LI tags. I can't get this to work. I figure a modification is needed to Barron's style.css. Can you please help? Thanks!

#1
How are you trying to do this?
If you look at Barron's demo site, I've created an unordered list, a ordered list, and just a plain bullet item.
http://barron.sp0ke.net/node/40
I created these lists and bullet items by using the following code and selecting "Full HTML" for the "Input format":
Unordered List
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
Ordered List
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
• Just a plain old bullet
#2
Got it working. Turns out I had an old version of the theme. I updated it and the problem is fixed. Thanks for the help!
#3