• http://wp.me/p13kLa-fR

    under step 2 there is supposed to be formatting for bullets/list

    in the visual editor they appear fine

    <ul>
    	<li style="list-style-type: square;">The telemonitoring equipment meets all the following requirements:
    <ul>
    	<li>Capable of monitoring any data parameters included in the plan of care</li>
    	<li>Food and Drug Administration Class II hospital-grade medical device</li>
    	<li>Capable of measuring and transmitting client glucose or blood pressure data</li>
    </ul>
    </li>
    	<li>The provider’s staff is qualified to install the needed telemonitoring equipment and to monitor the client data transmitted according to the client’s care plan.</li>
    	<li>Clinical data will be provided to the client’s primary care physician or his/her designee.</li>
    	<li>Services are not duplicated under the Disease Management Program, now known as the Wellness Program, described in Texas Human Resources Code, Section 32.057.</li>
    	<li>Monitoring of the client’s clinical data is not duplicated by any other provider.</li>
    	<li>Written protocols, policies, and procedures on the provision of home telemonitoring services are available to the Health and Human Services Commission (HHSC) or its designee upon request. Written protocols must address all of the following:
    <ul>
    	<li>Authentication and authorization of users</li>
    	<li>Authentication of the origin of client data transmitted</li>
    	<li>Prevention of unauthorized access to the system or information</li>
    	<li>System security, including the integrity of information that is collected, program integrity, and system integrity</li>
    	<li>Maintenance of documentation about system and information usage</li>
    	<li>Information storage, maintenance, and transmission</li>
    	<li>Synchronization and verification of patient profile data</li>
    </ul>

    here is the style.css

    /*********************************V
    BLOG
    *********************************/
    #blog_content {
    width:640px; float:left; list-style-type:disc; }
    .post_excerpt {
    clear:both; margin-bottom:15px; border-bottom:solid 1px #ccc; }
    h3.excerpt_title {
    margin-bottom:10px; color:#393939; letter-spacing:-1px; font-weight:500; line-height:1em; }
    h3.excerpt_title a{
    color:#393939; letter-spacing:-1px; font-weight:500; line-height:1em; text-decoration:none; }
    h3.excerpt_title a:hover {
    color:#008dcd; }

    .post_date {
    width:78px; height:37px; display:block; background:url(images/post_date.jpg) no-repeat; float:right; color:#fff; font-family:”Century Gothic”,Verdana, Geneva, sans-serif; }
    .date {
    font-size:1.5em; text-align:center; width:33px; float:left; padding-top:2px; }
    .month_year {
    text-align:center; line-height:1em; padding-top:2px; }
    span.month {
    text-transform:uppercase; }

    #right_sidebar {
    width:294px; float:right; }
    .blog_newsletter {
    }
    #sidebar_box {
    text-align:center; border:1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-family:Arial, Helvetica, sans-serif; overflow:auto; clear:both; margin-top:20px; }
    .sidebar_box_title {
    background:url(images/current_sidebar.jpg); padding:8px 0 0 0; width:292px; height:27px; display:block; color:#fff; font-size:.9em; }
    #sidebar_box ul {
    list-style:none; }
    ul.recent_posts {
    list-style:none; font-size:.8em; text-align:left; padding:8px 15px; }
    ul.recent_posts li {
    margin:3px 0; border-bottom:1px solid #ccc; padding:8px 0; }
    ul.recent_posts li a {
    color:#008dcd; text-decoration:none; }
    ul.recent_posts li a:hover {
    color:#fdbe59; }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet Points are visible in editor but not on website’ is closed to new replies.