MyBB Community Forums

Full Version: image header size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello
i had tried several times to resize the header image size but it still shows big on site
however i decreased the width in photoshop but still it shows big only than forum width

please tell me what in order to fit in forum

try to set the width and height in the image tag.
in the header template
find

<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div> 

add after border="0", height="100" width="100" for example
regards
thanks zaher it worked well
but i want to fit it under background
i mean the image is leaving some space at right left and top so i dont want see the space on top,rihgt side and left side

thanks for your kinda help always rocks your help
hello there,

so u mean something like i did for my logo here ?

then you will need to make it as a background for the container.
in the Admin CP > Themes > Modify / Delete > Edit > Page Container

in the Extra CSS Attributes modify the background to have something like this

 background: #ffffff url(http://ursite.com/logo.jpg) no-repeat;


now to keep the space up, you will need to replace your present logo with a transparent one Big Grin a gif image.

regards

use the attached image in place of ur present logo.
and use ur present logo as a background for your container
and replace #ffff with the background color you already have now ( the green)

regards
now it works for some part
now the image had became bigger and p was not showing
take a look how it shows

i havent understood second line
and use ur present logo as a background for your container

how can i make it as background

thanks
i have explained that in post number 4 which is what u already have done.
however u have a white color for your container's background which should be replace with a green color just as described in post number 6
zaher1988 Wrote:i have explained that in post number 4 which is what u already have done.

however u have a white color for your container's background which should be replace with a green color just as described in post number 6
background: #00ff00 url(http://www.indianscoop.net/Final2.JPG) no-repeat;
i did it but i am asking image size
the size of the image width is increased
if i want to display whole name then i should use
in main css attributes
width 120% but the forum width is too increasing


as you said in post no 2 by adding
add after border="0", height="100" width="100" for example

but i had adjusted at that time but now with this method cant
could you please how can i change width now

the post 2 isn't applicale on the new settings.
u will not be able to modify the image used for the background using that.
I suggest use an already resized image.

regards
Pages: 1 2