Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
ПУ - Дизайн - управление дизайном - редактор страниц - главная страница, там ищем код вида
<li style="float: left; list-style-position: outside; list-style-type: none; list-style-image: none; position: relative; width: 978px;" class="bx-clone"> <div class="slide-box" style="background-attachment: scroll; background-repeat: repeat; background-image: url("http://gymnasium-rava.at.ua/.s/t/1221/4.jpg"); background-position: 0% 0%; background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: transparent;"> <h1> <strong>Best photo</strong> of the month </h1> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> <img src="/.s/t/1221/4.jpg" alt="" style="display: none;"> <div class="sub-info"> <span></span> 23.10.2013 </div> </div> </li>
Таких блоков кода 4, и заменяем на это, естественно для каждого блока своя картинка и своя ссылка.
<li style="float: left; list-style-position: outside; list-style-type: none; list-style-image: none; position: relative; width: 978px;" class="bx-clone"> <a href="ссылка на страницу" style="display:block;"> <div class="slide-box" style="background-attachment: scroll; background-repeat: repeat; background-image: url('ссылка на картинку';); background-position: 0% 0%; background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: transparent;"></a> <h1> <strong>Best photo</strong> of the month </h1> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> <img src="ссылка на ту же картинку" alt="" style="display: none;"> <div class="sub-info"> <span></span> 23.10.2013 </div> </div> </li>