use CSS tamplete in netbeans

Go4Expert Member
25Apr2012,01:28   #1
mariamMAB's Avatar
hi everyone,

I have downloaded the free template of css and now i want to use it in net bean how and where should I locate the css folder
Banned
5Jun2012,15:06   #2
mfred90's Avatar
Using CSS in netbeans there is some basic rules you have to follow like
1. Do not use inline styles if possible;
2. Check that your editor does not add inline styles automatically;
3. Use the existing css classes from netbeans.css;
4. Use multiple css classes on a single element for more complicated styles;