Hi,
I'm using 1.0.2 version of CMSMS, what I'm trying to do is adding a two pictures(logos) on the header, I tried by adding another to the header with the new image, but because of my basic knowledge(very very basic) i think i messed up.
Any help please.
Adding two pictures to the header
Re: Adding two pictures to the header
Can anyone please help in this?
The header on this forum page is what I want but without the menus being on the picture to the right in the header.
I wasn't able to change to this style with the version that I have (1.0.2), ANY help is much appreciate.
Thank you
The header on this forum page is what I want but without the menus being on the picture to the right in the header.
I wasn't able to change to this style with the version that I have (1.0.2), ANY help is much appreciate.
Thank you
Re: Adding two pictures to the header
Do you have a link to the site, or is it a home server setup?
If you used one in the default position, h1 I believe, and put the other one in the header you can use CSS to position it...
#header{background: url(the path to the image) no-repeat; background-position: top right;} top and right can be diff. than this, top left, bottom right, center right, etc.
If you used one in the default position, h1 I believe, and put the other one in the header you can use CSS to position it...
#header{background: url(the path to the image) no-repeat; background-position: top right;} top and right can be diff. than this, top left, bottom right, center right, etc.