PDA

View Full Version : Minor bug..



cabbie
03-31-2008, 05:35 PM
I'm not a web designer so I muddle thru and do a lot of googling. It took me while to make a phpBB forum similar to my web site.

The logo on the web site has the normal border on top. The forum places the logo all the way up. Iv'e totally destroyed the table in the overall_header.tpl a few times and going nuts. The forum link is under community.

link (http://cabaret-karaoke.com)

KenJackson
04-02-2008, 09:17 PM
The forum might move the image all the way up because the CSS file (templates/SiteGroundPHPbb4/SiteGroundPHPbb4.css) has
body { ... margin-top : 0px; ... }. But I didn't trace through everything.

Also note that the head images don't have the right sizes specified:

The logo on the main site is head3.jpg, which is 817x103 pixels. But the HTML specifies 900x113. That stretches it out a little in both directions.

The logo on the forum is head4.jpg, which is 817x163 pixels. But the HTML specifies 900x120. That stretches it horizontally, but compresses it vertically.