Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: CSS FAQ.

CSS FAQ: Difference between revisions

From MoodleDocs
Line 49: Line 49:
* Standalone CSS editor [http://www.newsgator.com/individuals/topstyle/default.aspx TopStyle Lite] (you have to scroll down to the bottom of the page to find the free Lite version).  
* Standalone CSS editor [http://www.newsgator.com/individuals/topstyle/default.aspx TopStyle Lite] (you have to scroll down to the bottom of the page to find the free Lite version).  


* The new PHP version of [http://www.netbeans.org/features/php/index.html NetBeans] comes with integrated CSS support. You find a host of documentation, turorials, screen casts, etc. on the web site. See also [[Development:Setting up Netbeans]].
* The new PHP version of [http://www.netbeans.org/features/php/index.html NetBeans] comes with integrated CSS support. You find a host of documentation, turorials, screen casts, etc. on their web site. See also [[Development:Setting up Netbeans]].


== See also: ==
== See also: ==

Revision as of 10:03, 12 May 2009


What is CSS?

  • CSS stands for "Cascading Style Sheets" and is a web technology for defining the layout and look of a web page. With CSS you can alter the design of your web page without modifying HTML or PHP code.

How can I learn more about using CSS?

Online resources

Books

CSS references

Where can I find examples for the use of CSS?

Where do I find information about the CSS used by Moodle?

Which tools are useful for working with CSS?

  • Standalone CSS editor TopStyle Lite (you have to scroll down to the bottom of the page to find the free Lite version).

See also: