We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

why not use the lang file - Advertisement | Forum

dave Leader
dave Aug 28 '13

there are several lang keys for the text advertisement text why not use them here.

 

<span style="font-size: 9px;line-height:9px;">advertisement</span> 

 

this is the word above the banners i thought it might be in lang but here it is...

dave Leader
dave Aug 28 '13

Also for the bottom banner this text is right under the button almost touching it, you need to put some top padding of maybe 10 px on this if you can.

 

The Forum post is edited by dave Aug 28 '13
dave Leader
dave Aug 28 '13

I changed it to this because for some reason padding-top would not work. And this did the trick.

 

<table class="ow_automargin ow_std_margin">
    <tr>
        <td style="text-align: right;">
            <br />
            <br />
            <span style="font-size: 9px;line-height:9px;">advertisement</span>
            <div style="text-align: center;">{$code}</div>
        </td>
    </tr>
</table>

You do not have permission to reply this topic