Adding two pictures to the header

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
bprof

Adding two pictures to the header

Post 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.
bprof

Re: Adding two pictures to the header

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Adding two pictures to the header

Post 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.
Locked

Return to “Layout and Design (CSS & HTML)”