Bobster65: Thank you very much for these answers and the time you devote for us. I will check the other modules for the previous version and try to upload an html page (no header / footer, just html content I guess
Edit:
I just tried to upload a XML file with just this content as a module, and as you may guess, it's not working
Code:
<div align="center">This is a<strong> HTML</strong> test!
</div>
Edit2:
I checked an existing module and edited to:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<modules>
<module>
<name>test html</name>
<file><div align="center">This is a<strong> HTML</strong> test!</div></file>
<cache>false</cache>
</module>
</modules>
Without <file></file>, I have a database error on the import process

Witht these tags, I can import the module, I have the tab, but an empty content.
Can you post a short sample, if you have the time (not a priority at all for me!) Thanks!