Slash (/) vs tilde slash (~/) in style sheet path
ASP.NET offers two ways to specify paths for style sheets:
ASP.NET offers two ways to specify paths for style sheets:
i am having a login page when executed the page is stripped out of css.
I know placing all your styles in a CSS file is the best thing to do as it is a lot neater.
When a page with theme is rendered, the stylesheets link tags in the given theme are rendered right before the closing head tag. Does anyone know of a way to change that? Is there a way that I could have those tags be placed right after the opening head tag?
I use the code bellow to dynamically include a CSS file:
how do you set css to add an asp img?