1

Topic: Problems integrating forum

I haveing problems when i trying to integrate my PunBB forum.
How to do?
I have editet the main.tpl to my design but nothing happens.

the code in mail.tpl looks like this

<html xmlns="http://www.w3.org/1999/xhtml">

    <head>
        <style type="text/css" media="screen"><!--
body { background-color: #000; }
#lankar { height: 334px; width: 132px; left: 20px; top: 220px; position: absolute; visibility: visible; }
#logo { height: 100px; width: 410px; left: 170px; top: 30px; position: absolute; visibility: visible; }
#reklam { height: 80px; width: 490px; left: -10px; top: -90px; position: absolute; visibility: visible; }
#main { background-color:#fff; width: 766px; left: 180px; top: 220px; position: absolute; visibility: visible; }
--></style>
        <link href="style/datasidan.css" rel="stylesheet" type="text/css" media="all" />
        <pun_head>
    </head>

    <body bgcolor="#000000">
        <div id="logo">
            <img src="img/datasidan/logo.png" alt="" border="0" />
        </div>
        <div id="reklam">
            <?php include("ad.php") ?>
        </div>
        <div id="lankar">
            <img src="img/datasidan/nyheter.png" alt="" border="0" /><br/>
            <img src="img/datasidan/guider.png" alt="" border="0" /><br/>
            <img src="img/datasidan/forum.png" alt="" border="0" /><br/>
        </div>
        <div id="main">
            <div id="punwrap">
                <div id="pun<pun_page>" class="pun">

                <div id="brdheader" class="block">
                    <div class="box">
                        <div id="brdtitle" class="inbox">
                            <pun_title>
                            <pun_desc>
                        </div>
                        <pun_navlinks>
                        <pun_status>
                    </div>
                </div>
        
            <pun_announcement>

            <pun_main>

            <pun_footer>
        </div>
        </div>
        <p></p>
    </body>

</html>

Re: Problems integrating forum

Link?