The images are in an Images folder inside the theme folder. Like this:
App_Themes\Theme1\Images.

On Nov 18, 10:17 am, Wendell <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm using VS 2005. I'm trying to implement Themes and skins in my web
> site. The background colors all show up specified in the associated
> CSS file but the images do not. My folder structure is: App_Themes
> \Theme1\Images. The skin file and CSS file is in Theme1 and the images
> are in Images.
>
> This is the CSS for the header image:
> .HeaderStyle
> {
>     background-image: url(Images/Header.jpg);
>     background-position:top;
>     background-repeat:repeat-x;
>
> }
>
> .HeaderStyle th
> {
>     padding: 0px;
>     color: #ffffff;
>
> }
>
> I've tried quotes and even putting the images in my Image file in the
> root directory but i could not get it to display. Does anyone  have a
> suggestion?
>
> Thanks,
> Wendell

Reply via email to