Admin-Ahead Community
General Category => General Discussion => Topic started by: jominj on January 12, 2014, 07:17:43 pm
-
HTML Tidy is a utility to clean up and pretty print HTML. It fixes HTML-tagging mistakes automatically and improves the layout and indent style of the resulting markup.
Common HTML Tidy fixes ::
- Straighten mixed-up tags
- Fix missing or mismatched end tags
- Add missing items (some tags, quotes, …)
- Report proprietary HTML extensions
- Change layout of markup to predefined style
- Transform characters from some encodings into HTML entities
Installling HTML Tidy on Linux Centos
You can install HTML Tidy on your linux Centos box using yum command
root@server[#] yum install -y php-tidy
Installling HTML Tidy on Linux cPanel
On cPanel server you can install HTML Tidy through EasyApache from exhaustive options list.
(http://www.linuxspy.info/wp-content/uploads/2012/12/EasyApache.png)