Flippy Active Member Joined Apr 5, 2012 Posts 2,032 Reacts 11 Reputation 0 Credits 231 Aug 1, 2012 #1 I noticed that has a gray box. Go into inc/plugins/profilegroups.php Scroll down to the bottom and you will see this line of code: Code: <table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder"> Change this: Code: <table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder"> to this: Code: <table border="0" cellspacing=0"{$theme[\'borderwidth\']}" cellpadding=0"{$theme[\'tablespace\']}" class="tborder"> Basically all you had to do was change the border, spacing, and padding to 0.
I noticed that has a gray box. Go into inc/plugins/profilegroups.php Scroll down to the bottom and you will see this line of code: Code: <table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder"> Change this: Code: <table border="6" cellspacing=6"{$theme[\'borderwidth\']}" cellpadding=6"{$theme[\'tablespace\']}" class="tborder"> to this: Code: <table border="0" cellspacing=0"{$theme[\'borderwidth\']}" cellpadding=0"{$theme[\'tablespace\']}" class="tborder"> Basically all you had to do was change the border, spacing, and padding to 0.