Заходим в Панель управления - Управление дизайном - Опросы - Вид формы опросов
И всё оттуда удаляем и вставляем следующий код:
Code
<div style="font-family: Tahoma,Arial;"><div align="center">
</div><div style="font-size: 8pt; padding-top: 2px; text-align: left;"><div align="center"><br></div><font color="#000000"><b>$QUESTION$</b></font></div>
<div style="font-size: 8pt; text-align: left;"><font color="#000000">$ANSWERS$</font></div><div style="padding-top: 4px; text-align: center;"><img alt="$RESULTS_LINK$" src="http://www.soft-team.ucoz.ru/raznoe/votesr.png"> <img alt="$ARCHIVE_LINK$" src="http://www.soft-team.ucoz.ru/raznoe/votes.png"> <br></div>
<div style="padding-top: 4px; font-size: 7pt; text-align: center;"><font color="#32cd32"><font color="#000000">Всего ответов:</font> </font><b><font color="#32cd32"><font color="#ff0000">$TOTAL_VOTES$</font><br></font><br></b></div></div>
<style>
.answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x}
</style>
<script type="text/javascript">
var a = ['http://asma-n.ru/other/poll1.gif','http://asma-n.ru/other/poll2.gif','http://asma-n.ru/other/poll3.gif','http://asma-n.ru/other/poll4.gif','http://asma-n.ru/other/poll5.gif'];
for(var i = 0; i < a.length; i++){
$('div.answer div div').eq(i).css({background: 'url(' + a[i] + ')', backgroundRepeat: 'repeat-x'});
}
$('div.answer span').each(function(){$(this).html($(this).html()+' - <span class="procent">'+$(this).attr('title').split(':')[1]+'</span>')});
</script>
если текс не видно то это :
Code
<div style="font-family: Tahoma,Arial;"><div align="center">
</div><div style="font-size: 8pt; padding-top: 2px; text-align: left;"><div align="center"><br></div><font color="#ffffff"><b>$QUESTION$</b></font></div>
<div style="font-size: 8pt; text-align: left;"><font color="#ffffff">$ANSWERS$</font></div><div style="padding-top: 4px; text-align: center;"><img alt="$RESULTS_LINK$" src="http://www.soft-team.ucoz.ru/raznoe/votesr.png"> <img alt="$ARCHIVE_LINK$" src="http://www.soft-team.ucoz.ru/raznoe/votes.png"> <br></div>
<div style="padding-top: 4px; font-size: 7pt; text-align: center;"><font color="#32cd32"><font color="#000000">Всего ответов:</font> </font><b><font color="#32cd32"><font color="#ff0000">$TOTAL_VOTES$</font><br></font><br></b></div></div>
<style>
.answer div div {height: 10px !important; border: 1px solid #000; background-repeat: repeat-x}
</style>
<script type="text/javascript">
var a = ['http://asma-n.ru/other/poll1.gif','http://asma-n.ru/other/poll2.gif','http://asma-n.ru/other/poll3.gif','http://asma-n.ru/other/poll4.gif','http://asma-n.ru/other/poll5.gif'];
for(var i = 0; i < a.length; i++){
$('div.answer div div').eq(i).css({background: 'url(' + a[i] + ')', backgroundRepeat: 'repeat-x'});
}
$('div.answer span').each(function(){$(this).html($(this).html()+' - <span class="procent">'+$(this).attr('title').split(':')[1]+'</span>')});
</script>