Home  >  Article  >  CMS Tutorial  >  How to increase line spacing in phpcms

How to increase line spacing in phpcms

王林
王林Original
2020-02-06 18:04:322190browse

How to increase line spacing in phpcms

1. Download the lineheight plug-in and extract it to the \ckeditor\plugins\ directory;

2. Modify the \ckeditor\config.js file, line 16, As follows:

config.extraPlugins = 'capture,videoforpc,flashplayer,lineheight';

3. Modify line 42 of the \libs\classes\form.class.php file as follows:

 ['Styles','Format','Font','FontSize','lineheight'],

Recommended related articles and tutorials: phpcms tutorial

The above is the detailed content of How to increase line spacing in phpcms. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn