Page 1 of 1

Adding two pictures to the header

Posted: Tue Oct 17, 2006 5:38 pm
by bprof
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.

Re: Adding two pictures to the header

Posted: Wed Oct 18, 2006 11:34 pm
by bprof
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

Re: Adding two pictures to the header

Posted: Thu Oct 19, 2006 2:18 am
by Dr.CSS
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.