MyBB Support

OUGC awards align issue, please help!

Submitted by DaNnIbOi, , Thread ID: 30561

Thread Closed
DaNnIbOi
unD SlS ll y
Level:
1
Reputation:
17
Posts:
148
Likes:
45
Credits:
317
10-03-2017, 09:13 PM
#1
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]

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!!
Cool People:
Aoki, Aurora, fdigl, Faded, v4hl, EMO

RE: OUGC awards align issue, please help!

DaNnIbOi
unD SlS ll y
Level:
1
Reputation:
17
Posts:
148
Likes:
45
Credits:
317
OP
13-03-2017, 07:32 PM
#2
can anyone help please?
Cool People:
Aoki, Aurora, fdigl, Faded, v4hl, EMO

RE: OUGC awards align issue, please help!

Venipa
venipa.net
Level:
6
Reputation:
91
Posts:
525
Likes:
148
Credits:
6.18K
13-03-2017, 07:34 PM
This post was last modified: 13-03-2017, 07:35 PM by Venipa
#3
remove the th and just make an simple h(1,2,3,4,5 or 6).
You're generating a new column for each award but you only have only one column head set.

>btw you've an td in an td.
/au4to0][Image: ad0png.png]
[Image: view?username=Venipa&style=small]

RE: OUGC awards align issue, please help!

DaNnIbOi
unD SlS ll y
Level:
1
Reputation:
17
Posts:
148
Likes:
45
Credits:
317
OP
13-03-2017, 09:19 PM
#4
13-03-2017, 07:34 PM
Venipa Wrote:
remove the th and just make an simple h(1,2,3,4,5 or 6).
You're generating a new column for each award but you only have only one column head set.

>btw you've an td in an td.

I'm being dumb here, but could you explain in detail what you mean by 'h(1,2,3,4,5 or 6)'? Sorry.
Cool People:
Aoki, Aurora, fdigl, Faded, v4hl, EMO

Users browsing this thread: 1 Guest(s)