Theme with sepicific abilities

Theme with sepicific abilities

von Spiros Rallis -
Anzahl Antworten: 1
Hello.
I am using moodle for some years and i cant find a pluggin or a theme with the ability to fully align and wrap text into a box. I have tried to do it using HTML code but it still does not working. No wi am using ACADEMI theme.
 


Als Antwort auf Spiros Rallis

Re: Theme with sepicific abilities

von Michael Milette -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers Nutzerbild von Translators
Hi Spiros,

If you have the FilterCodes plugin installed on your Moodle site, placing content in a box is very easy. Just surround your content with the plain-text {alert border} tag. For example:

{alert border}This content will be in a box.{/alert}

No HTML or CSS skills are required.

There are also several background colour styles to choose from which do not have a border. Example: {alert primary}, {alert secondary}, {alert success}, {alert danger}, {alert warning}, {alert info}, {alert light} or {alert dark}. With the border style, as seen above, it will simply put a border around your content.

Note that the {alert border} tag is new and only currently available in the version of FilterCodes on GitHub. See https://github.com/michael-milette/moodle-filter_filtercodes.

This feature will be included in the next release of FilterCodes. To learn more about FilterCodes, see https://moodle.org/plugins/filter_filtercodes

Hope you find this information useful.

Best regards,

Michael Milette