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
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

jwolf - May 4, 2008 - 17:05
Status:active» active (needs more info)

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>
 
&bull; Just a plain old bullet

#2

IgD - May 5, 2008 - 13:53

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

jwolf - May 6, 2008 - 23:30
Status:active (needs more info)» closed
 
 

Drupal is a registered trademark of Dries Buytaert.