master page / Theme question

  • Thread starter Thread starter bh
  • Start date Start date
B

bh

I've started a new application (ASP.NET 3.5) using forms authentication,
master pages & a style sheet which is in the app_themes folder. I've put
the style sheet on the master page; however, my login page does not use the
master page, because there are elements of the master page which are
generated from a database after the user logs in. The style sheet works
fine on the master/content pages, but it is not recognized on my login page,
even though I've referenced it, separately on that page. Any ideas what
might be causing this?

Thanks,
bh
 
Most likely, the path is incorrect. What is the path for the login page and
how the reference to the style sheet looks like?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top