Добавляем в любое место в css: Code .poll .answer div div {height:10px !important; background: url('http://Ваша картинка') repeat right !important;} Вид формы опроса изменяем всё на: Code <div class="poll"> <div class="pollBlock" style="font-family:Tahoma,Arial;"> <div style="font-size: 8pt; padding-top: 2px; text-align: left;"><b>$QUESTION$</b></div> <div class="pollAns" style="font-size:8pt;text-align:left;">$ANSWERS$</div> <div class="pollLnk" style="padding-top:4px;text-align:center;">[ <a style="font-size:7pt;" href="$RESULTS_LINK$">Результаты</a> · <a style="font-size:7pt;" href="$ARCHIVE_LINK$">Архив опросов</a> ]</div> <div class="pollTot" style="padding-top:4px;font-size:7pt;text-align:center;">Всего ответов: <b>$TOTAL_VOTES$</b></div> </div> В архиве есть пару картинок разным цветом
|