How do I manually insert the ads code?

Status
Not open for further replies.

iliganraiders

New Member
Messages
20
Reaction score
0
Points
0
I need help inserting manually the code for the ads in to my site. Im using SMf and I cant install the mods that were suggested. So I think I have to manually insert the code. I just dont know where.

This is the code for the footer area of the index.template.php that I am currently using:
PHP:
<div id="footerarea" style="text-align: center; padding-bottom: 1ex;', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">
        <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
            function smfFooterHighlight(element, value)
            {
                element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
            }
        // ]]></script>
        <div class="ferry"><table class="windowbg" cellspacing="0" cellpadding="3" border="0" align="center" width="100%">
            <tr>
                <td width="28%" valign="middle" align="center" class="copyright-links">
                    <small>HighWay Theme by <a href="http://www.forumklas.org/" target="_blank"><b><i>S e r s e r i</i></b></a></small>
                                    </td>
                <td valign="middle" align="center" style="white-space: nowrap;" class="copyright-links">
                    ', theme_copyright(), '
                </td>
                <td width="28%" valign="middle" align="center" class="copyright-links">
                    <a href="http://www.mysql.com/" target="_blank" style="font-size:10px;">MySQL</a>&nbsp;|&nbsp;<a href="http://www.php.net/" target="_blank" style="font-size:10px;">PHP</a>&nbsp;|&nbsp;<a href="http://validator.w3.org/check/referer" target="_blank" style="font-size:10px;">XHTML</a>&nbsp;|&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" style="font-size:10px;">CSS</a>
                </td></tr>
                    </table></div>';

Where exactly do i put the code for the ads in?
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Do you have MSN?
If so, add me to fedlerner(at)x10hosting(dot)com and I'll help you inserting the ads manually.
 
Last edited:
Status
Not open for further replies.
Top