Bootstrap accordion editing

Daniel Jebb asked on October 23, 2020 12:31

I have html I have writing separately and this has been pasted into the source by the team who manage the website.

I have made several accordions with bootstrap as below,

  • Arrange x-ray to rule out osteomyelitis
  • Collect and sent any bone fragments to microbiology for culture and sensitivity
  • Whilst results of x-ray awaited, treat any signs or symptoms of soft tissue infection using the CCG guidelines.  If the infection does not respond to treatment liaise with microbiology.
  • Refer patient to High Risk Foot Team for assessment and treatment plan advice (email: tga-tr.cids@nhs.net)

If radiology report diagnoses osteomyelitis: 

Liaise with microbiology around individualised treatment plan for patient.

Dr H Sacho 0161 922 4086 or bleep via hospital switchboard (0161 922 6000)

Dr P F Unsworth 0161 922 6500 or bleep via hospital switchboard

Monitor patient’s wound at least weekly until healing achieved/ conservative plan set

Please Note:

Patient may need MRI to affected area if complex case/lack of clarity

                                  <!--Treatment-->
                                  <div class="card">
                                    <div class="card-header" id="osteoTreatment">
                                      <h5 class="mb-0">
                                        <button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseOsteoTreatment" aria-expanded="false" aria-controls="collapseTwo"> <i class="fa fa-angle-down ">&nbsp;</i>
                                          Treatment
                                        </button>
                                      </h5>
                                    </div>
                                    <div id="collapseOsteoTreatment" class="collapse" aria-labelledby="osteoTreatment" data-parent="#accordion1">
                                      <div class="card-body text-left">
                                        <p><strong><span style="color:#0000FF">Flucloxacillin 1g QDS</span></strong></p>

                                        <p><u><strong><span style="color:#000000">Penicillin allergy</span></strong></u></p>

                                        <p><strong><font color="#800080">Clindamycin 450mg QDS</font></strong></p>

                                        <p>Typical treatment duration:</p>

                                        <p><span style="color:#FF0000">4 weeks for septic arthritis and 6 weeks for osteomyelitis</span></p>
                                      </div>
                                    </div>
                                </div>
                            </div>

Sorry I cant get it to format any better than that. When this code is in the source it works fine on the live website, but there is no I can see to edit the content in the text editor? Is there any other option other than recreating the whole thing with the accordion web parts in kentico?

Thanks

Danny

   Please, sign in to be able to submit a new answer.