Topic: How do I place ads

1- i want to add a block, below menu, now i added this <!-- forum_include "FILE" -->
but that just add the file content.
i want to add a complete block like in 1.2 like this code:

 <div class="block">
           <h2><span>Banner</span></h2>
                <div class="box">
                <div class="inbox">
                <!-- forum_include "banner1.php" -->
                </div>
              </div>
            </div>

but that dosnt work in 1.3. i just shows the content of banner1.php

2- I want to add a Sidebar too. with a block, now that's more confusing. but not urgent. The first one is important

MyFootballCafe.com  is Now Online!

Re: How do I place ads

What are you expecting from

<!-- forum_include "banner1.php" -->

3 (edited by SuperMAG 2009-01-28 20:31)

Re: How do I place ads

to add a block inside it a banner.

block means:

------------------------------------------------------------------------------
|  Advertisements                                                                                    | 
------------------------------------------------------------------------------
|                                                                                                           |
|                                  BANNER HERE                                                       |
|                                                                                                           |
|                                                                                                           |
|-----------------------------------------------------------------------------

does this diagram give you the idea.

MyFootballCafe.com  is Now Online!

Re: How do I place ads

OK, but by "shows the contents of banner1.php" you mean the PHP is not being executed or what?

Also, is this question for 1.2 or 1.3?

Re: How do I place ads

The content is a google ads, type 728x90. you can see it here, http://wrestlingfans.co.cc/forum/.
the problem is there is no blocks, how can i add blocks to it. the example i gave was working in 1.2 but not in 1.3.

i am using 1.3.

MyFootballCafe.com  is Now Online!

Re: How do I place ads

Does this work?

    <div class="main-head">
        <h2 class="hn"><span>Advertisement</span></h2>
    </div>
    <div class="main-content">
        <!-- forum_include "banner1.php" -->
    </div>

Re: How do I place ads

yes that worked, thanks alot Garcia, you are the nicest.

MyFootballCafe.com  is Now Online!

Re: How do I place ads

Thanks.

Topic closed.