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