Page 1 of 1

Removing Page Headers

PostPosted: Thu Apr 23, 2009 12:26 am
by samuelbrooks
How do I remove the Page Headers with the PBASE,HOME etc on it?

Re: Removing Page Headers

PostPosted: Mon May 11, 2009 3:12 am
by samuelbrooks
Thought I would bump this to the top. An example of this is www.chrisgarden.com who uses a PBase account. Please can anyone help out with this. I tried looking into the script/text for CSS but no luck yet.

Re: Removing Page Headers

PostPosted: Mon May 11, 2009 3:57 am
by lancemoreland
This is the code I have used o mine and it works fine. Just paste it at the top of your style sheet. You can see the result here: http://www.lancemoreland.com


body table td a img { display:none; }
.thumbnails table img { display:none; }
table img { display:block; }
.display,.display img { display:block; }
.thumbnails table img, .display,p.small { display: inline; }
body div.galleryheader table td a img { display:inline; }