Closed Juergen-aus-Zuendorf closed 11 years ago
To achieve this you'll need the textinsert's HTML syntax and you will have to define the macro with an HTML string that creates the box and its contents:
MSG_INFO_HTML: < div class="wrap_round wrap_info plugin_wrap" style="width:60%;">< p> Testtext< /p>< /div>
So, at its simplest, you can use View Source to check the html source in your browser, to find the html for the box.
It works perfectly, thank you very much.
Best regards Juergen
Hi,
my idea is to insert the syntax for boxes of the wrap plugin because this syntax is a little complicated for most of the wiki-users. So I defined a macro called "MSG_INFO" with the syntax "< WRAP round info 60% > Testtext < / WRAP >" When using the macro in a site by the syntax "#@MSG_INFO@#" the result is the macro definition string "< WRAP round info 60% > Testtext < / WRAP >", but not the box of the wrap plugin. Now my question: Is there a way of doing this?
Regards Juergen