• 0

CSS Implmentation


Question

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

  • 0

<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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.