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.
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
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 :-)
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
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 :-)