Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: None
-
Component/s: Course
-
Labels:None
-
Database:Oracle
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
Description
When I create a label and then input text. I want to color the background so I use the color background icon.
The label then only applies the background behind the text.
Becuase my topic section has a different color to the label background, i get grey lines through the text.
I just want the whole label to be one white block.
Attachments
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Hi Claire,
you could try changing the span tag to div tag through the HTML editor.
Here the steps to do it:
1. click on edit label button
2. on richtext editor, click on "toggle HTML source" button. (the icon looks like this: <>)
3. looks for the word span and replace it with div
4. then click 'save and return to course' button
The label should looks the way you want it.
Please let me know if you have any question.
Rosie