Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-52867

Menu labels disappeared after adding additional HTLM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a bug
    • Icon: Major Major
    • None
    • 3.0.2
    • Administration
    • MOODLE_30_STABLE

      Menu label disappeared after adding additional HTML statements.
      Steps:
      1) Log in as administrator, and then navigate to "Site administration --> Appearance --> Additional HTML"

      2) Add the paste the following code onto the "Before BODY is closed" text box:

      ---------------------------------------
      <div id="lucho">
      <style>
      #lucho

      { width: 100%; font-family: Arial; position: relative; left: 30%; bottom: 230px; text-align: left; }

      #lucho #computer

      { float: left; width: 30%; margin: 0 1.5%; }

      #lucho #links

      { float: left; width: 30%; margin: 0 1.5%; }

      h4

      { color: white; }

      p span

      { color: white; }

      p

      { color: white; }

      a

      { color: blue; }

      </style>
      <div id="computer">
      <h4 id="title">Computer Services</h4>
      <p>Computer Services Help Desk
      <br><span>Toll-free:</span>1.855.294.2224
      <br><span>Location:</span>138 Anderson Ave. Unit 10, Makham, ON L6E 1A4
      </p>
      </div>
      <div id="links">
      <h4 id="title">Quick Links</h4>
      <a href="http://ontariobusinessacademy.com">Ontario Business Academy</a>
      </div>
      </div>

      -------------------------------------

      3) Save changes and return to the dash board.

            Unassigned Unassigned
            luchoagomezt Luis Alfonso Gomez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.