481 Posts in 150 Topics by 238 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1301 Views |
-
Bullets When Published Not Appearing!!

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!
-
Re: Bullets When Published Not Appearing!!

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
| 1301 Views | ||
|
Page:
1
|
Go to Top |

