-
Bug
-
Resolution: Not a bug
-
Major
-
None
-
3.0.2
-
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
#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.