PHPBB - Logo.

Can you please post the image that is on your server that is being used as the logo?

Because in the source this is what I am seeing:
Code:
<a href="./index.php?sid=81249be335d6232efe0f798c144c9224" title="Board index" id="logo"><img src="images/spacer.gif" width="870" height="136" alt="" /></a>
Now it is saying spacer.gif is the logo (has the width and height attributes of what looks to be your current logo) however, spacer.gif is a 1X1 image.

Go back and check inside the PhpBB acp in the image set to make sure it is not duplicating there too.
 
The above 2 responses are wrong.

Ashley S said:
All i did was replace it with the old logo.

...but you never considered what you replaced.

The original image is: http://www.awesomestyles.com/forums/sty ... e_logo.gif
Since the theme's coding isn't "great", you are required to have a logo of dimensions: 900 x 160 pixels, instead of a small logo.

The coding initially requires a background image, but then it goes on and says it repeats (x), so that's why your logo repeats.
 
I was going to say it looks like its repeating (x) but i cant see it in your code
 
.Bob said:
I was going to say it looks like its repeating (x) but i cant see it in your code

You can not see it because its in the CSS.
 
Well i think the logo is transparent, I might have to request a new logo since I'm no good with them.
 
.Bob said:
I was going to say it looks like its repeating (x) but i cant see it in your code
Simply open up the CSS file and you'll see repeat-x under the header section.

Ashley S said:
Well i think the logo is transparent, I might have to request a new logo since I'm no good with them.
Just paste the logo onto a preferred background and upload that.
 
David dunno what you mean I'm no good with Graphics aha. Could you do it please 🙂?.
 
Back
Top Bottom