ahh it might be cause I'm using the alternate layout...see below.
https://vborg.vbsupport.ru/showthread.php?t=99007
Here is the arcade_game_bit_slim
Code:
<td class="$bgclass" width="25%">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px; padding:0px 2px 2px 2px">
<legend><a href="arcade.php?do=play&gameid=$game[gameid]"><strong>$game[title]</strong></a> <if condition="$show['fav']"><img src="$vboptions[arcadeimages]/subfav.gif" align="absmiddle" id="fav_$game[gameid]" class="point" onclick="dofav($game[gameid])" alt="$vbphrase[sub_favorite]" border="0" /><else /><img src="$vboptions[arcadeimages]/addfav.gif" align="absmiddle" id="fav_$game[gameid]" class="point" onclick="dofav($game[gameid])" alt="$vbphrase[add_favorite]" border="0" /></if></legend>
<div style="padding:0px 0px 0px 2px">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="$stylevar[left]" valign="middle" width="60" height="60">
<a href="arcade.php?do=play&gameid=$game[gameid]"><img src="$vboptions[arcadeimages]/$game[stdimage]" style="border:1px dotted; border-color:#90939C" alt="$game[description]" width="50" height="50" /></a>
</td>
So if that's the case, do you know where I have to insert some code?