1 (edited by rollonequick 2007-05-01 09:25)

Topic: why cant I delete require PUN_ROOT.'header.php';

I want to create a users online page, all i really want to do is include it on my main page without the header showing...

I want to post a page without the header.php include.. but when I delete

require PUN_ROOT.'header.php';

I get a blank page in my browser..

What is it that I need from the header.php page so it shows the styles and everything..

Can you give me the exact code I need to take out of the header.php page??

here is the link to the usersonline.php page that I have created...

http://gameballa.com/dailychallenges/usersonline.php

I DO NOT WANT

GB Challenges to show up.. This grey box and text is inside of header.php how do I get rid of it but still keep the page showing my online users....

Re: why cant I delete require PUN_ROOT.'header.php';

Add this (and comment it so you can identify it later) to your 'styles/Cobalt.css' file:

DIV#brdtitle {DISPLAY: none}

3 (edited by rollonequick 2007-05-01 12:58)

Re: why cant I delete require PUN_ROOT.'header.php';

Hey thanks man..

That really helped me out a lot!!!

Its funny how things are so simple....  When you know what to do...