| 
 Let's create a list with the latest changes from another platform with the help of the latestchanges  tags. 
  
 
<style type="text/css"> 
  
table.userlist{border-collapse: collapse;border-color: #FDA32F;border-style:solid;border-width:1px;} 
 
table.userlist tr th{color: white;background-color: #FDA32F;font-size: 12px;padding: 4px;} 
 
table.userlist tr td{padding: 6px;border-color: #FDA32F;border-style:solid;border-width:1px;} 
 
table.userlist tr{border-color: #FDA32F;border-style:solid;border-width:1px;} 
 
table.userlist tbody {border-color: inherit;display: table-row-group;vertical-align: middle;} 
</style> 
  
<table class="userlist" cellpadding="4" cellspacing="0"> 
<tbody><tr>  <th NOWRAP><b>Latest Changes from <a href="http://www.factline.com">factline.com</a></b></th>  < </tr> 
<tr>  <td NOWRAP>  <factinclude latestchanges cuttitleto="40"  titlestyle="text-decoration: none; font-weight: bold; color: grey;" display="icon,changetype,title,datedifference,creator,infoid,date" forumid="284" displaymore="1" /> </td></tr> 
</tbody></table> 
 
   
 
 
  |