1

(65 replies, posted in PunBB 1.2 discussion)

quaker wrote:

?>
<div id="advertisement" class="block">
    <h2><span><?php echo $lang_common['Advertisement'] ?></span></h2>
    <div class="box">
        <div class="inbox">
            <div><p><center>put your stuff here.</center></p></div>
        </div>
    </div>
</div>
<?php

Thanks for the help, how would I put this in the header though. either above or below the h1 and p tag. I can reposition it with css.

2

(65 replies, posted in PunBB 1.2 discussion)

How can I get an ad in the header? Everytime I attempt to ad it to the header include it gets put above the start of the html tag..?