Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Google Adsense ad space how to add

$
0
0
İndex Templates Find 


{$header}

replace with 


{$header}
<table class="tborder" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" border="0">
    <thead>
        <tr>
            <td class="thead">
                <strong><i class="fas fa-heart"></i> Advertisement</strong>
            </td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="trow1" align="center">
                *Google Adsense Code*
            </td>
        </tr>
    </tbody>
</table><br />


showthread Templates Find 

{$quickreply}

replace with 

{$quickreply}
<br />
<table class="tborder" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" border="0">
    <thead>
        <tr>
            <td class="thead">
                <strong> <i class="fas fa-heart"></i> Advertisement</strong>
            </td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="trow1" align="center">
                *Google Adsense Code*
            </td>
        </tr>
    </tbody>
</table><br />


.png   a.PNG (Size: 6.72 KB / Downloads: 8)

Viewing all articles
Browse latest Browse all 690

Trending Articles