A ad Apr 5, 2005 #1 I use Visual Studio.net to develop a web application. I got a .css file. How can I use this .css file in my application?
I use Visual Studio.net to develop a web application. I got a .css file. How can I use this .css file in my application?
D darrel Apr 5, 2005 #2 I got a .css file. How can I use this .css file in my application? You link to it on each page: <head> <link href="/assets/styles.css" type="text/css" rel="stylesheet"> </head> -Darrel
I got a .css file. How can I use this .css file in my application? You link to it on each page: <head> <link href="/assets/styles.css" type="text/css" rel="stylesheet"> </head> -Darrel
P Patrick Olurotimi Ige Apr 5, 2005 #3 ad.. Start from here:- http://www.w3schools.com/css/default.asp Hope it helps Patrick
J James Steele Apr 5, 2005 #4 Hello ad, You can also just drag the .css file to the code window. This will insert the correct markup for you.
Hello ad, You can also just drag the .css file to the code window. This will insert the correct markup for you.