Hi Saar,
I’ve seen the page and the mark-up carefully. It’s really a very strange issue. Because, one <table> in the mark-up of the page missed its close tag </table>.
The problem is here:
</table>
<span class="article_separator"> </span>
</div>
</td>
</tr>
</div>
</div>
<!-- END: CONTENT -->
it should be :
</table>
<span class="article_separator"> </span>
</div>
</td>
</tr>
</table>
</div>
</div>
<!-- END: CONTENT -->
We didn’t use any <table> in this template so I think the bug may be from Joomla! 1.5 (the HTML mark-up it generates) which is in the Beta phrase.
At this time, please try to re-create the page with the static content feature, or re-install your Joomla! 1.5 and start with the new content! We’re very sorry for your inconvenient !
Best regards,
Hieu Nguyen
JoomlArt Development Team
PS: Thread’s moved to Pollux room!