Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Content Editor Discussions /

Forum for content editors and CMS users.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Bullets When Published Not Appearing!!


Go to End


2 Posts   2826 Views

Avatar
xcommum

Community Member, 10 Posts

17 January 2009 at 3:04am

Hello everyone.

I'm not sure who else may have come across this, but when I add bullets from the content editor into the "Content" field I can see the bullets there, but as soon as I publish the page the bullets on the live site do not appear. If I go back into the CMS, I can see the bullets are still there and saved, but they just do not show up on the published site anywhere. No matter which page, or where on the page I put the bullets, they just don't seem to show up.

Any Help Please!

Avatar
xcommum

Community Member, 10 Posts

17 January 2009 at 5:19am

I finally figured this out thanks to the good people in the SilverStripe IRC channel. What you need to do is edit the /templates/Layout/Page.ss. First line change <div id="Content"> to <div id="Content" class="typography">, then you need to edit the typography.css (located in css folder) to have the following code: .typography ul li{ list-style-type:disc; }

If anyone else has this problem the above is the fix.

Cheers