• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 15.06.17, 23:34
  • Opened by: alexandre
  • Closed by: Marek
  • Closed on: 30.06.17, 09:46
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10470 - Promokit Text Block

Hello,

When I integrate my HTML code, it tells me an error while saving.

I don’t understand..

He need a particular syntax ?

For information here is my code :

<div id=”home-perso”>

  <div id="block0">
      <div id="bloc-pp">
          <h2>S&eacute;lection &eacute;t&eacute;</h2>
          <h3>Succombez &agrave; notre s&eacute;lection &eacute;t&eacute;</h3>
          <a href="#"><img src="https://www.onoree.fr/img/cms/pack-ete.jpg"></a>
      </div>
  </div>
  <div id="block1">
      <div id="bloc-g">
          <div id="bloc-image">
              <a href="#"><img src="https://www.onoree.fr/img/cms/pack-co.jpg"></a>
          </div>
      </div>   
      <div id="bloc-d">
          <div id="bloc-texte">
              <h2>Les colliers</h2></br>
              <blockquote>
              <p><i>Les pierres sont s&eacute;lectionn&eacute;es minutieusement pour la beaut&eacute; de leurs teintes.<br>Chaque bijou est fa&ccedil;onn&eacute; &agrave; la main, chaque pi&egrave;ce est unique.</i></p>
              </blockquote>
          </div>
      </div>
  </div>
  <div id="block2">
      <div id="bloc-g">
          <h2>Les bagues</h2>
          <a href="#"><img src="https://www.onoree.fr/img/cms/pack-ba.jpg"></a>
      </div>
      <div id="bloc-d">
          <h2>Les boucles d&apos;oreilles</h2>
          <a href="#"><img src="https://www.onoree.fr/img/cms/pack-bo.jpg"></a>
      </div>
  </div>
  <div id="block3">
      <div id="bloc-pp">
          <h2>Les bracelets</h2>
          <a href="#"><img src="https://www.onoree.fr/img/cms/pack-ete.jpg"></a>
      </div>
  </div>

</div>

Thank’s for the help

Comments

Marek 15 Jun 2017, 23:39

The best way to find what’s wrong is to try to save plait text like this “Just a test message”.
If it will work fine, try to remove one part of your code and save it, and if it will be saved, the issue was in that part of code you removed before.
Please try and let me know the result

alexandre 16 Jun 2017, 00:54

Thank’s for the feedback.

It’s OK, he don’t like “&apos;” in HTML code.

Best regards