How to change the top banner, inserting some.gif ?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
9/21/2008 1:59:05 PM
Gravatar
Total Posts 6

How to change the top banner, inserting some.gif ?

Hi,

how can I change the top banner of a page? I tried to put some text into layout.Master in my newly created (better: copied) skin put nothing appeared on the screen.  It looked like:
....
<div id="wrapheader">
<portal:SiteTitle id="SiteTitle" runat="server">WALTER</portal:SiteTitle>
Das ist mein Text
<portal:SkipLink id="SkipLink1" runat="server" />
<portal:Breadcrumbs id="Breadcrumbs" runat="server"></portal:Breadcrumbs>
....

Changing and adding normal content to the pages works fine. But what about the top?
So how to I add a new logo (something.gif) and some text to the top of my websites? I tried it several times now and I'm a little bit desperate...

Thanks and kind regards,
Walter 

9/21/2008 7:08:01 PM
Gravatar
Total Posts 33
www.jaosobne.cz
Windows Server 2008 R2
Microsoft SQL Server 2008
MojoPortal 2.3.6.2

Re: How to change the top banner, inserting some.gif ?

I think, that this one is kinda easy. There's the name of the appropriate identifier even in your code you pasted here. Its #wrapheader in styleimages.css. The image has to be placed in your skin folder.

I have on mujZune.cz:

#wrapheader { background: #000 url(headerbg.jpg) no-repeat left bottom; }

I'd recommend to edit some skin which contains images in the header just to find "how its done" :-) Hope this helps  :-)

9/22/2008 2:16:33 AM
Gravatar
Total Posts 6

Re: How to change the top banner, inserting some.gif ?

Thank you, I'll try that!!!

In the beginning there are a lot of files you have to look at and it's sometimes confusing....

Thanks again,

Walter

10/7/2008 4:37:02 AM
Gravatar
Total Posts 88

Re: How to change the top banner, inserting some.gif ?

I've been struggling with this for hours. I was trying to change the background colour of the wrapheader section - I hadn't realised it was an image!! Will check the forums first next time :-)

You must sign in to post in the forums. This thread is closed to new posts.