HTML_CSS : The Definitive Guide |
3.1. General questions |
|
|
|
3.1.1. |
What does it cost ? |
You can download and use it for free. But don't delete the copyright notice. You can read terms of the license |
|
3.1.2. |
Do you offer support ? |
YES if there is no answer in this Guide and if you are ready to share some informations such as : your configuration (platform Win *nix mac, PHP version, PEAR packages installed) and perharps your script. |
|
3.1.3. |
I found a bug, what shall I do ? |
You can report it with the bug tracker at PEAR. |
|
3.1.4. |
What is CSS ? |
CSS (an acronym for Cascading Style Sheets) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. HTML_CSS is a PEAR package that provides methods for handling stylesheet declarations. Version 1.0.0 does not offers yet methods to validate a style sheet. |
|
3.1.5. |
What is PEAR ? |
PEAR (an acronym for PHP Extension and Application Repository) is a framework and distribution system for reusable PHP components. Don't forget to read also the PEAR Manual and PEAR FAQ. |
|
3.2. How to |
|
3.2.1. |
I want to use HTML_CSS without PEAR. Is it possible ? |
Yes it is. First, you need to download package PEAR::HTML_Common version 1.2 or greater.
Extract content ( Last, you should create your own error handler, or disable it. See chapter Error Handler for details. |
|
3.2.2. |
I want to know property value of a selector, but it can not exist |
With previous release than 1.1.0 it was not possible because
With new function
|
HTML_CSS : The Definitive Guide | v 1.5.0 : January 15, 2008 |