Hiya,
I'm using the ougc awards.
Can someone help me use the right code to get the awards lined next to each other? (like here on nulled)
I have tried editing it to look like this so far:
![[Image: fAIiCiA.png]](http://i.imgur.com/fAIiCiA.png)
Here is the code I have;
ougcawards_profile
ougcawards_profile_row
Any help is MUCH appreciated!!
I'm using the ougc awards.
Can someone help me use the right code to get the awards lined next to each other? (like here on nulled)
I have tried editing it to look like this so far:
![[Image: fAIiCiA.png]](http://i.imgur.com/fAIiCiA.png)
Here is the code I have;
ougcawards_profile
Code:
<table border="0" cellspacing="" cellpadding="" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<strong>{$lang->ougc_awards_profile_title}</strong></td>
</tr>
</thead>
<td class="trow2">{$awardlist}</td></tr>
</tbody>
</table> <br />
ougcawards_profile_row
Code:
<td class="{$trow} style="vertical-align: middle;">
<a href="{$mybb->settings['bburl']}/awards.php?view={$award['aid']}" title="{$award['name']}"><img src="{$award['image']}" alt="{$award['name']}" /></a>
</td>
Any help is MUCH appreciated!!