BUGS
Please, help me to debug Indra.
Debugging has to work on two lines:
- Browser testing
- Javascript debugging
For now, I can partially attempt to the first step.
Browser Rendering:

Firefox 1.5.0.8 on Linux/Ububtu:
Excellent

Mozilla 1.7.13 on Linux/Ubuntu:
Excellent

Konqueor 3.4.3 on Linux/Ubuntu:
doesn't support CSS color opacity

Epiphany 1.8.2 on Linux/Ubuntu:
Excellent

Opera 1.9 on Linux/Ubuntu:
Excellent
MS-Internet Explorer, 6/5.5/5, under Windows XP and Linux/Ubuntu: a DISASTER the JScript stops on beginning
Javascript problems:
I tried some JS debugger, and It seems that there are some errors, I'm not so expert to understand them, anyway the stop on IE rendering is the sign that something doesn't work well.
Moreover, as you can see on http://indraenjoy.altervista.org , I tryed to insert the Google Ads furnished by altervista.org, so the piece of code is:
<script language="javascript" type="text/javascript">
document.write('<s'+'cript language="javascript" src="http://ad.altervista.org/alternet.ad?c=19&f=0&'+new Date().getTime()+'"><\/s'+'cript>');
</script>
But if I insert it in a box edited by Indra, the Ads replyes for three times below the web-page, then if I copy for the script code more than one time, the replication below the page disappears.
In Opera, the script isn't replyed but is pushed on the top of box.
Not only this, but also other Js links, give errors if inserted in an indra block, that's a big big limit.
