If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I'm still working on my Simplicity skin, but I have a problem. I want a container to be displayed on the horizontally center of the screen. That's no problem. But now I want to add a background to this container. How can I do that?
Right now I'm trying to add a picture within a widget inside the container, but it doesn't seem to work...
Well, what you are wanting to do is very possible. Without knowing where and what you are doing it's difficult but I spsect you just havn't declared the layout properly within the centralised container/
Tips:
1. try the graphic outside of the container - if it works then you know that's the problem and not the graphic declaration
2. Have a look at how it's done elsewhere. Probably the best way to get anything working is to find it working somewhere else. I'm sure the header file is (or used to be) three containers horizonatally across the top. Try taking the layout declerations from that container and adding them to your's
3. Do other things work - can you get text to display? Can you get a fixed image to display rather than a scaling one?