Premgenius Posted March 28, 2003 Share Posted March 28, 2003 Just wondering how do i implement a CSS on a webpage? Also does Frontpage, 2002 or DreamWevaer MX support live CSS updatiing meaning that show the CSS styles on the page as you develop? Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted March 28, 2003 Veteran Share Posted March 28, 2003 <link rel="stylesheet" href="main.css" type="text/css" /> Then just create a main.css file and pop all your css in there. It's good to put it in a separate file, cause you can reference to it accross multiple pages and changes to the one file will affect the whole site's look. Dreamweaver at least recognizes css, but it's best to look at in your webbrowser as you code it, cause dreamweaver's rendering engine isn't going to respond the same as IE or Moz. Link to comment Share on other sites More sharing options...
0 Premgenius Posted March 28, 2003 Author Share Posted March 28, 2003 alrite.... Link to comment Share on other sites More sharing options...
Question
Premgenius
Just wondering how do i implement a CSS on a webpage?
Also does Frontpage, 2002 or DreamWevaer MX support live CSS updatiing meaning that show the CSS styles on the page as you develop?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts