File Catalog ---Appearance of entries Found:
Code
<a href="$ENTRY_URL$">$TITLE$</a>
and after that code insert that:
Code
<?if($DATE$="Today")?><div class="news_ucozon_pr"></div><?endif?>
To Css:
Code
/* News icon */
.news_ucozon_pr {background-image:url("http://ucozbaze.ucoz.com/label_blue_new.png");background-repeat:no-repeat;height:50px;margin-left:79px;margin-top:50px;position:absolute;width:77px;}
/* ----------------------- */
If you want to show Today and yesterday:
File Catalog ---Appearance of entries Found:
Code
<a href="$ENTRY_URL$">$TITLE$</a>
and after that code insert that:
Code
<?if($DATE$="Today")?><div class="news_ucozon_pr"></div><?endif?> <?if($DATE$="Yesterday")?><div class="news_ucozon_pr2"></div><?endif?>
To Css:
Code
/* News icon */
.news_ucozon_pr {background-image:url("http://trl.lt/di-OMCI.png");background-repeat:no-repeat;height:100px;margin-left:100px;margin-top:50px;position:absolute;width:100px;}
.news_ucozon_pr2 {background-image:url("http://trl.lt/di-FGK9.png");background-repeat:no-repeat;height:100px;margin-left:100px;margin-top:50px;position:absolute;width:100px;}
/* News icon */
Quote
http://trl.lt/di-OMCI.png
---YOUR PICTURE
Quote
http://trl.lt/di-FGK9.png
---YOUR PICTURE