о погоде (code)
(custom)
<style>
.image{vertical-align: top; float: left; padding: 3px 4px 3px 0px; height: 32px;}
.smalltxt{font-size: 0.9em}
</style>
<table class="smalltxt">
<tr>
<th colspan=2>
Минимум %ow_fact.tempMin%°C, максимум %ow_fact.tempMax%°C<br>
%ow_fact.txtmessage%
</th>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day0.image%.png"></td>
<td>%ow_day0.txtmessage%<span style="color: red;"> %ow_day0.alarmTemp% %ow_day0.alarmRain%</span></td>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day1.image%.png"></td>
<td>%ow_day1.txtmessage%<span style="color: red;"> %ow_day1.alarmTemp% %ow_day1.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day2.image%.png"></td>
<td>%ow_day2.txtmessage%<span style="color: red;"> %ow_day2.alarmTemp% %ow_day2.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day3.image%.png"></td>
<td>%ow_day3.txtmessage%<span style="color: red;"> %ow_day3.alarmTemp% %ow_day3.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day4.image%.png"></td>
<td>%ow_day4.txtmessage%<span style="color: red;"> %ow_day4.alarmTemp% %ow_day4.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day5.image%.png"></td>
<td>%ow_day5.txtmessage%<span style="color: red;"> %ow_day5.alarmTemp% %ow_day5.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day6.image%.png"></td>
<td>%ow_day6.txtmessage%<span style="color: red;"> %ow_day6.alarmTemp% %ow_day6.alarmRain%</span></td>
</tr>
<tr>
<td>
<img class="image" src="/cached/openweather/image/%ow_day7.image%.png"></td>
<td>%ow_day7.txtmessage%<span style="color: red;"> %ow_day7.alarmTemp% %ow_day7.alarmRain%</span></td>
</tr>
</table>