By IgD on
I'm using the Barron theme (http://drupal.org/project/barron) with Drupal V5. I want to add bulleted lists to a "Page". I'm using
. I've tried to specify "disc" bullets into the html but they don't show up. My assessment is something needs to be changed in the Barron's style.css file bit I can't figure out what/where I need to ad. Can anyone help me in the right direction? Thanks!
Comments
The html tags are
The html tags are [ul][li][/li][/ul]
I'm guessing you need to
I'm guessing you need to change the css.
I suggest you change back to one of the default themes (lets say Garland), see if it works the way you want. If yes, check its css file.
Then edit Barron's css file accordingly.