inherit
157369
0
Jan 15, 2019 14:32:50 GMT -8
eaststandboy
485
August 2010
eaststandboy
|
Post by eaststandboy on Aug 5, 2015 0:13:45 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 5, 2015 3:57:27 GMT -8
Toward the bottom of your wrapper template around line 106 you'll see this: $[shoutbox]
Just add your image above it as I did in blue:
<center><img src="http://lnk.png"></center> $[shoutbox]
|
|
inherit
157369
0
Jan 15, 2019 14:32:50 GMT -8
eaststandboy
485
August 2010
eaststandboy
|
Post by eaststandboy on Aug 5, 2015 4:08:38 GMT -8
Great thanks, i just did this, how do i make a little bit of space just below the banner.
Also, how would i add one beneath the legend section?
Cheers
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 5, 2015 4:18:20 GMT -8
Great thanks, i just did this, how do i make a little bit of space just below the banner. Also, how would i add one beneath the legend section? Cheers You can either just add a break right below the banner which is <*br*> but without the * in there. Or if you want to be super precise you can add a style to your image:
<center><img style="margin-bottom:4px;" src="http://lnk.png"></center>
|
|
inherit
157369
0
Jan 15, 2019 14:32:50 GMT -8
eaststandboy
485
August 2010
eaststandboy
|
Post by eaststandboy on Aug 5, 2015 13:44:42 GMT -8
How about beneath the legend section?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 5, 2015 17:21:12 GMT -8
How about beneath the legend section? In the Home Template you can add the break <*br*> right after this like where I indicated:
{/if} Break goes here {if $[show_stats]} <div class="container stats">
or just add this to the bottom of your style sheet and adjust the 14px:
/*space below legend*/ .container.legend{margin-bottom:14px; }
|
|