Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Пробовала делать замену в управлении дизайном
на действие замены contenteditable="true" на пустую строку, как в рекомендациях - ответ - не сделано замены, проверьте правильность заменяемого кода
Что можно сделать? помогите, пожалуйста
Проблема в блоке http://joxi.ru/a2XzVq6TwE9nbr желательно код:
<td style="width: 200px; height: 200px;"><img class="MMImage MMImage_origin" src="http://sovetsk-cgb.ru/upload/iblock/a27/a2709c5bc893d264419014d605496e40.jpg" style="bottom: 0px; color: rgb(0, 0, 0); cursor: pointer; font-family: Helvetica,Arial,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; height: 100%; left: 0px; letter-spacing: normal; margin-bottom: auto; margin-left: auto; margin-right: auto; margin-top: auto; max-height: 100%; max-width: 100%; object-fit: contain; opacity: 0; orphans: 2; pointer-events: all; position: absolute; right: 0px; text-align: center; text-decoration: none; text-indent: 0px; text-transform: none; top: 0px; -webkit-text-stroke-width: 0px; white-space: normal; width: 100%; word-spacing: 0px;"><img class="MMImage MMImage_origin" src="https://s3-eu-west-1.amazonaws.com/ke-static/ds9-vzm/events/thumb/d58af0f72733695bc8080341f02d6da4.jpg" style="bottom: 0px; color: rgb(0, 0, 0); cursor: pointer; font-family: Helvetica,Arial,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; height: 100%; left: 0px; letter-spacing: normal; margin-bottom: auto; margin-left: auto; margin-right: auto; margin-top: auto; max-height: 100%; max-width: 100%; object-fit: contain; opacity: 0; orphans: 2; pointer-events: all; position: absolute; right: 0px; text-align: center; text-decoration: none; text-indent: 0px; text-transform: none; top: 0px; -webkit-text-stroke-width: 0px; white-space: normal; width: 100%; word-spacing: 0px;"><img class="MMImage MMImage_origin" src="https://s3-eu-west-1.amazonaws.com/ke-static/ds9-vzm/events/thumb/d58af0f72733695bc8080341f02d6da4.jpg" style="bottom: 0px; color: rgb(0, 0, 0); cursor: pointer; font-family: Helvetica,Arial,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; height: 100%; left: 0px; letter-spacing: normal; margin-bottom: auto; margin-left: auto; margin-right: auto; margin-top: auto; max-height: 100%; max-width: 100%; object-fit: contain; opacity: 0; orphans: 2; pointer-events: all; position: absolute; right: 0px; text-align: center; text-decoration: none; text-indent: 0px; text-transform: none; top: 0px; -webkit-text-stroke-width: 0px; white-space: normal; width: 100%; word-spacing: 0px;"><img id="image" src="https://s3-eu-west-1.amazonaws.com/ke-static/ds9-vzm/events/thumb/d58af0f72733695bc8080341f02d6da4.jpg" style="color: rgb(0, 0, 0); display: block; font-family: Times New Roman; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; max-height: 100%; max-width: 100%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"></td>
очистить и заменить на:
<td style="width: 200px; height: 200px;"> <img src="https://s3-eu-west-1.amazonaws.com/ke-static/ds9-vzm/events/thumb/d58af0f72733695bc8080341f02d6da4.jpg" style="float:left;width:150px;"> </td>
после проблема решится.