Hi,
If I use comments in my html sometimes the cute-editor messe up my html.
I add this code in html view:
-
-
<div class="contenttop">
-
<div class="contenttopbox">
-
<p>Weergave:</p>
-
<a href="#"><img alt="Fotoweergave" src="/images/contenttop_weergave_fotos.png" /></a> <a href="#"><img alt="Lijstweergave" src="/images/contenttop_weergave_lijst.png" /></a> </div>
-
-
<div class="contenttopbox">
-
<p>Sorteren op:</p>
-
<select>
-
<option selected value="naam">Naam</option>
-
</select> </div>
-
-
<ul class="paginanav">
-
<li><a href="#">1</a></li>
-
<li class="selected"><a href="#">2</a></li>
-
<li><a href="#">3</a> </li>
-
</ul>
-
</div>
-
-
<div class="productboxwrapper">
-
-
<div class="productbox">
-
<div class="productboxrel">
-
<h2>Title</h2>
-
<img class="foto" alt="Foto" src="/images/productBox_foto.png" />
-
<p>Fantastische beeldkwaliteit - beeldsensor van 10,2 mega- pixels | Messcherp 11-punts autofocussysteem met <a href="#">lees meer...</a></p>
-
-
<div class="price">€ 429,00</div>
-
<span><img class="status" alt="In bestelling" src="/images/voorraad_inbestelling.png" /><i>Artikel staat in bestelling <a href="#"><img alt="E-mail" src="/images/voorraad_contact.png" /></a></i></span> <a class="button" href="">Bestel nu!</a> </div>
-
</div>
-
-
<div class="clear"></div>
-
</div>
-
-
<div class="contenttop">
-
<div class="contenttopbox"><a class="email" href="#">E-mail mij zodra dit artikel op voorraad is</a> </div>
-
-
<ul class="paginanav">
-
<li><a href="#">1</a></li>
-
<li class="selected"><a href="#">2</a></li>
-
<li><a href="#">3</a> </li>
-
</ul>
-
</div>
-
now the cute-editor messes up my html around the <!--button--> html commend.
If I remove this comments everything works fine but I like to use this comments.
I tryed this in the demo of yours and here i also get this problem.
does someone know a solution to get this comments working?
Regs
Bart