HTML in language customisation

HTML in language customisation

by Aditya Saraiya -
Number of replies: 1
How can we add HTML text, images gifs, etc to the language customization field  
Average of ratings: -
In reply to Aditya Saraiya

HTML in language customisation

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers
You need to place the image on a server somewhere, then you would use HTML to call upon it.

HTML Example (with no image):

core – grades.php – core_grades - gradecategoryonmodform
from: Grade category
to:
<span class="alert-warning " style="padding: 5px 8px; font: 16px Garamond, sans-serif">
<strong>Gradebook Category</strong></span>

HTML Example (with image):

mod – assign.php – mod_assign - gradelocked
from: This grade is locked or overridden in the gradebook.
to:
<p class="cccs-warning"span>This grade is locked or overridden in the gradebook.<br>
<img src="https://school.21cccs.org/file.php/1/studentnav/singleview.png" alt="Single View" style="margin-left: 0;" 
class="img-responsive atto_image_button_middle">Go to the Gradebook SingleView to remove the exemption.</p>