1 dreamkist Feb 13, 2006 00:23
3 dreamkist Feb 13, 2006 00:58
Ok, NM, I got the header going. Had the image path wrong I guess. Oopsie!
I want my pages titled but I don't want the title to show up over my header image ...what do I do with that?
4 jibberjab Feb 14, 2006 04:48
If you're saying you want the blog title to show up in the browser title bar, but not to show up in the header area of the page, you can use the following css code:
h1#pageTitle {
display: none;
}
or just remove the php code from the h1 in the header in your main.php file so it doesn't get loaded at all. (remove the red part)
<h1><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1>
jj.
Ack~ I just lost my "home" index.php...what the heck? Sorry, I posted it and it's not showing up on my server.