HTML formating in XOOPS question: ~ It's really normal that xoops put's your content a lot lower then you expect. Put al your code before your text on 1 line. Difficult, but it works. Xoops makes from every hard enter <BR>. Don't expect more . Normally if you put all your code on 1 line your content wil be on the 2 second line.
Replace break tags: ~ I ran into this same problem. I used NSections and needed to somehow bypass textsanitizer in some way from replacing my line breaks into
tags. What I did was include a new field in the database called "ignoreCR" (ignore carriage returns). This is either 0 or 1. The article view function detects this value. If it's 1 then you want to bypass the line break replace. What I do is include this line: ~ $content = preg_replace("/(\015\012)|(\015)|(\012)/","",$content);



![[Main Page]](/modules/mediawiki/images/mediawiki.png)





