Topic: Need Help!

How do I add a table to pages like login.php without it making the php useless? I found that if I add my HTML to the top before anything else it looks fine but pages such as login.php wont work (eg you cant log in/out). I REALLY need a solution to this, my site design is on hold till it can be sorted out.

2

Re: Need Help!

Can you give a few more details about exactly what result you are trying to achieve.

Re: Need Help!

for example if I wanted a table containing a flash banner at the top of the login page where do i put the html? I've found that putting at the top of the page results in the page not functioning right. If I put the html after the first <?PHP then its simply not shown.

4

Re: Need Help!

If you want to put a banner at the top of the page then you add it to the file main.tpl which is the template for all PunBB pages. Do you really just want to add something to the top of the login page. If so thats rather more complicated.

Re: Need Help!

Thanks that worked great! didnt know about the main.tpl