Theme with sepicific abilities

Theme with sepicific abilities

Spiros Rallis
Number of replies: 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.
 


평균 등급 : -
In reply to Spiros Rallis

Re: Theme with sepicific abilities

Michael Milette
Core developers 사진 Documentation writers 사진 Particularly helpful Moodlers 사진 Plugin developers 사진 Testers 사진 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