View Single Post
  #3  
Old 14th December 2019, 22:33
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
the code in latest torrent look like this
PHP Code:
$HTMLOUT.= "            <tbody><tr>            <td class='text-center'><img src='pic/caticons/{$CURUSER['categorie_icon']}/" htmlsafechars($top5torrentarr["cat_pic"]) . "' alt='" htmlsafechars($top5torrentarr["cat_name"]) . "' title='" htmlsafechars($top5torrentarr["cat_name"]) . "' /></td>            <td><a href="{$INSTALLER09['baseurl']}/details.php?id=" . (int)$top5torrentarr['id'] . "&amp;hit=1" onmouseover="Tip('<b>{$lang['index_ltst_name']}" . htmlsafechars($top5torrentarr['name']) . "</b><br /><b><center>{$lang['index_ltst_seeder']}" . (int)$top5torrentarr['seeders'] . "</center></b><br /><b><center>{$lang['index_ltst_leecher']}" . (int)$top5torrentarr['leechers'] . "</center></b><br />$poster');" onmouseout="UnTip();">{$torrname}</a></td>          <td class='text-center'><span class='badge'>" . (int)$top5torrentarr['seeders'] . "</span></td>          <td class='text-center'><span class='badge'>" . (int)$top5torrentarr['leechers'] . "</span></td>          <td class='text-center'><span class='badge'>$thealth</span></td>            </tr></tbody>";        } 

the only thing i could do was center the ad for seeder and leecher.
However, adding a color fails
Reply With Quote