Inlocuieste in index box
cu urmatorul
pe urma intri in foaia de stil CSS si adaugi
Cod:
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
cu urmatorul
Cod:
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><div id="lastpost">{catrow.forumrow.FORUM_NAME}</div></a>
pe urma intri in foaia de stil CSS si adaugi
Cod:
#lastpost{
padding: 2px;
margin: 3px;
width : auto;
border : 2px solid #EEE;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;}