Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://www.free-css.com/free-css-templates/page9/total-management#shout[^]

This is the link from where i downloaded this css template, Now i want to use this template for my project which is in asp.net using c#.......so how can I use this css?
Posted
Updated 13-Mar-14 21:09pm
v2
Comments
Member 10584788 14-Mar-14 3:03am    
Template World
XHTML 1.0 Strict
Fixed Width,
1 Column
Light on Dark
Creative Commons 03 March 2008 Corporate, Media, Portfolio, Services, Webdesign

these are the features of this css
VICK 14-Mar-14 3:08am    
in what way you want to apply this template's css to your project?

Have you designed and build your project's template/pages? if yes than just copy the .css file provided with the downloaded template to your applicaiton hierarchy and link it in page head tag.

ull have to copy paste the html code in ur source and then add all the css files accordingly eg images and scripts and thats it .
 
Share this answer
 
Assuming the name of that css file is called "style.css"
1. Copy this css file to the Scripts folder of your asp.net website
2. Modify the exsiting css link in the head section of the Site.master page:
<link href="~/Styles/style.css" rel="stylesheet" type="text/css" />

3. Launch the web page and see for yourself.
Enjoy.
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900