Formatting issues
3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 31, 2016 (RSS)
By degreesnorth - May 30, 2016
Hi
I can't get the bullet points in the WYSIWYG to appear on the front end.
Here's the CMSB backend from the wysiwyg area (copied the HTML code)
<p>We aim to provide a positively rewarding experience for each student, unlike any other activity, by:</p>
<ul>
<li>Providing students with the opportunity for worthy use of their time, a means for expression, and a healthy social experience.</li>
<li>Developing abilities to function as a responsible member of a team.</li>
<li>Fostering teamwork and leadership skills in each student.</li>
<li>Providing for the needs of the community.</li>
<li>Learning about music through its actual performance.</li>
<li>Developing performance skills on students' primary instruments.</li>
<li>Developing a high sense of appreciation for, and critical discrimination of, quality music.</li>
</ul>
Yet the front end looks like this (from inspect source) but there are no bullet points on the front end view http://www.whpsband.com.au/about_test.php?1
Do I need to apply something? I am using the correct detailed description of <?php echo $aboutRecord['additional_text']; ?>
Any ideas?
Thanks.
By Damon - May 31, 2016
Hi,
I took a look at the page here:
http://www.whpsband.com.au/about_test.php?1
The code is correct but the bullet points didn't appear.
I used the Web Developer browser add on to disable all CSS and the bullets appeared.
I was able to find the CSS for list items using the Firebug browser add-on and it also identified the CSS file and line number:
http://www.whpsband.com.au/band/css/hover-dropdown-menu.css
On line 6, this CSS is causing the list item bullets to disappear:
list-style: outside none none;
Hope this helps.
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
By degreesnorth - May 31, 2016
Hi Damon
Thanks, that seems to have fixed it - that was like finding a needle in a haystack!
Cheers