this has been posted so many Times....did you read and try some Things descriped in those Treads ?
One Solution that helped many Users :
Go into your arcade skin
Search for
Replace any of it with...
Code:
<fieldset class="fieldset">
See if this helps to fix your Problem.
You could also try this:
Go to your Template arcade.css and adjust a few mor Pixels
Code:
.fieldset {
padding: 5px;
font-size: {vb:stylevar font-size};
border: 1px solid #c4c4c4;
margin: 0 10px;
}
and aditional try in your skin_Arcade.php the following...
Code:
<fieldset class="fieldset">
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
under this Code leave one empty Line as Space......
Greetings
Mahoni999