Hi all, I have a problem with the HTML Makro and the implementation of wiki syntax. The HTML Makro works fine, but one part of my text ignores the wiki syntax and I cant seem to find out why. Here is what I did: {{html wiki="true"}} <div onclick="toggleClass($('Info'), 'hidden')"> (% style="WIDTH: 99%" %) |=Info </div> <div id="Info" class="hidden"> **Info** (% style="MARGIN-RIGHT: 1%" %) textcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextco ntenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontentt extcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcon tenttextcontent </div> {{/html}} Now the top part works fine in wikisyntax, but the Info Textcontent ignores it, and I dont know why. The font seems to be different to the standard one as well. I tried putting wiki="true" in all different places, even placed the info div in separte html tags, but nothing seems to work. I could ofourse use the style attribute in HTML, but thats not the point of wiki="true" I think. I might overlook the obvious but I would appreciate it alot if someone could point me out my mistake. Thanks in advance, Wouter