Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
As I almost finished my lessons for C# I started my html/css courses so the webforms(MVC soon) I create would be more complete.My professor uses simple notepad while I learn the syntax etc not all changes I make in notepad for the CSS file appear in the HTML page.

For example:
CSS
body {
   font-family:Arial,Helvettica,sans-serif;
   background-color:#333333;
}


While the font changes ,the body backround doesn't change.This happens in all browsers except edge which doesn't even change the font.So should I use an IDE or stick with notepad ?

Thank you
Posted
Updated 5-Nov-15 0:51am
v3
Comments
Suvendu Shekhar Giri 5-Nov-15 6:30am    
Use Visual Studio. You'll know all the difference else try searching for the features in google.

1 solution

You stick with notepad...it's optional for you :-)
 
Share this answer
 
Comments
George Tourtsinakis 5-Nov-15 6:54am    
I ll try notepad++ since probably it had something to do with encoding option because with notepad++ the changes work.

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