I was finishing this site with forms, ok, i did everything as usual, but now have something strange. In chrome and mozilla is ok, but with IE (why always IE???), the form was duplicated. Any reason? I tried to change some css, but this is new, never saw. =)
http://www.qcomunicacao.com.br/geha/index.php?option=com_content&view=article&id=47&Itemid=58
Thanks for any help,
Leo
http://www.qcomunicacao.com.br/geha/index.php?option=com_content&view=article&id=47&Itemid=58
Thanks for any help,
Leo
Hi Leo,
I've never seen it either - if you look at the page source the whole central block is there inside comment tags. It's just that the comments in the Form script end the tags early that means you can see the form part. The repeated part starts with
I wonder if this isn't a problem with your template including the contents twice?
Bob
I've never seen it either - if you look at the page source the whole central block is there inside comment tags. It's just that the comments in the Form script end the tags early that means you can see the form part. The repeated part starts with
<!--<div class="cont2"><div class="conteudointerno2">
<table class="contentpaneopen">
I wonder if this isn't a problem with your template including the contents twice?
Bob
I'll try to figure out, and post the answer, may be useful to someone more with weird situations. =)
Thanks greyhead
Leo
Thanks greyhead
Leo
I found.. We did a comment inside the code when trying to fix another error. But this kind of comment, the IE read.
<!--<div class="cont2"><div class="conteudointerno2"><jdoc:include type="component" /></div></div>
<div class="cont3">
<div class="conteudointerno3">
</div>
</div>-->
After i cut this out of of code, worked perfect as usual. =)
Seeya
Leo
<!--<div class="cont2"><div class="conteudointerno2"><jdoc:include type="component" /></div></div>
<div class="cont3">
<div class="conteudointerno3">
</div>
</div>-->
After i cut this out of of code, worked perfect as usual. =)
Seeya
Leo
This topic is locked and no more replies can be posted.