Customizing Skins

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
12/16/2008 3:47:51 PM
Gravatar
Total Posts 180
Thomas F. Heringer

Customizing Skins

Where would be the best place to set an image for my custom skin? Should it be in layout.css or layout.master? Any suggestions that might help with doing this? Let me know if there is any information that I would need to have you know about?

12/18/2008 5:53:58 AM
Gravatar
Total Posts 18439

Re: Customizing Skins

If its like a logo or something you would put an <img tag in layout.master. If its a background image you would do it in css. It doesn't matter which of the css files you put it in but I would put it in styleimages.css just for good organisation.

Hope it helps,

Joe

12/18/2008 2:56:35 PM
Gravatar
Total Posts 180
Thomas F. Heringer

Re: Customizing Skins

I am having trouble making my background image work this is set in imagestyles?:

body
{
background: url ( 'bg-gold-star.gif' ) repeat;
background-image: url ( 'bg-gold-star.gif' );
}

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