Topic: Problem with when I put logo in header.

I added a logo through CSS as shown here:


http://wiki.punres.org/Add_a_logo_to_the_header_via_css

But unfortunately, the URL is written across the logo. I'm sure it is a simple fix, but I am very unfamiliar with PunBB. Can you please help me out.  Thank you.

Here is my URL:

http://www.whofailednow.com

Re: Problem with when I put logo in header.

I just changed it to a dot so it doesn't look so bad.  Basically, I need to remove the forum title.

Re: Problem with when I put logo in header.

I just realized that for some reason, some people can't access my site.  If you tried the URL, sorry about that.

Re: Problem with when I put logo in header.

bump.

You should be able to access my site now.  The blue dot is right in the middle of the logo.  I would appreciate any help you can provide. Thank you.

Re: Problem with when I put logo in header.

Removed <pun_title> from include/templates/main.tpl

6 (edited by lulzworthy 2008-03-08 20:54)

Re: Problem with when I put logo in header.

Smartys wrote:

Removed <pun_title> from include/templates/main.tpl

Thanks.  I appreciate it.

Re: Problem with when I put logo in header.

Whoa.  The problem is when I do that, it removes my logo also.

Re: Problem with when I put logo in header.

Right. Try replacing the stuff you set for .pun H1 span in the last part of those instructions with display: none

Re: Problem with when I put logo in header.

Thanks.  That worked great.