Help with MasterPage CSS
-
For some reason when I use style sheets and master pages n the designer it appears to be layed out perfectly. However, when I load the page(s) no style sheet formating seems to take effect and I'm not sure why. Please look at http://pastebin.com/616053 (that is my master page) http://pastebin.com/616055 (my login page using masterpage) http://pastebin.com/616057 (printlayout.css) http://pastebin.com/616058 (style.css) http://pastebin.com/616061 (top-right.css) I have all of these files in the working dir but again it seems like asp doesn't like my style sheets and I can't figure out why. Thanks for the help. MeterMan 'If its broken I probably did it'
-
For some reason when I use style sheets and master pages n the designer it appears to be layed out perfectly. However, when I load the page(s) no style sheet formating seems to take effect and I'm not sure why. Please look at http://pastebin.com/616053 (that is my master page) http://pastebin.com/616055 (my login page using masterpage) http://pastebin.com/616057 (printlayout.css) http://pastebin.com/616058 (style.css) http://pastebin.com/616061 (top-right.css) I have all of these files in the working dir but again it seems like asp doesn't like my style sheets and I can't figure out why. Thanks for the help. MeterMan 'If its broken I probably did it'
I had a similar problem. Do you have your style sheet in App_Theme folder? It could be as simple as the path of CSS file like if the path to CSS from MasterPage is different then ContentPage. Maybe someone with more knowldge can explain why this is happening. Thanks.
-
I had a similar problem. Do you have your style sheet in App_Theme folder? It could be as simple as the path of CSS file like if the path to CSS from MasterPage is different then ContentPage. Maybe someone with more knowldge can explain why this is happening. Thanks.
App_Theme folder I do not have any folders of that name in the mydocuments/VisualStudio2005/websites/ not in projects. I simply have the file in the same folder as the aspx files. Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
-
App_Theme folder I do not have any folders of that name in the mydocuments/VisualStudio2005/websites/ not in projects. I simply have the file in the same folder as the aspx files. Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
In the solution explorer you can right click on your root folder and add App_Theme YourWebsite > Add ASP.NET Folder > App_Theme Hope that helps.
-
In the solution explorer you can right click on your root folder and add App_Theme YourWebsite > Add ASP.NET Folder > App_Theme Hope that helps.
Thanks for your help, i went to the root and hit add asp.net folder I didn't see a app_theme but i did see theme. I hit it and it made theme1. I took and dragged in the solution explorer the files style.css printlayout.css and top-right.css to that folder. I rebuilt my project and still the same exact results. :( Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
-
Thanks for your help, i went to the root and hit add asp.net folder I didn't see a app_theme but i did see theme. I hit it and it made theme1. I took and dragged in the solution explorer the files style.css printlayout.css and top-right.css to that folder. I rebuilt my project and still the same exact results. :( Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
-
For some reason when I use style sheets and master pages n the designer it appears to be layed out perfectly. However, when I load the page(s) no style sheet formating seems to take effect and I'm not sure why. Please look at http://pastebin.com/616053 (that is my master page) http://pastebin.com/616055 (my login page using masterpage) http://pastebin.com/616057 (printlayout.css) http://pastebin.com/616058 (style.css) http://pastebin.com/616061 (top-right.css) I have all of these files in the working dir but again it seems like asp doesn't like my style sheets and I can't figure out why. Thanks for the help. MeterMan 'If its broken I probably did it'