Home> CMS Tutorial> DEDECMS> body text

How to set line spacing in dedecms

Release: 2019-07-17 11:05:06
Original
4785 people have browsed it

How to set line spacing in dedecms

For many users who don’t understand CSS, they see that the line spacing of website articles is different from that in the content editor. At this time, you need to modify the CSS.

Find the tag of the article page:

{dede:field name='body'/}
Copy after login

Then find the control style of the article page:

Copy after login

This is just an example.

Then open index.css, find

.arc{ float:left; font-size:13px; color:#000; padding:0 5px 10px 5px; width:688px; line-height:28px;}
Copy after login

and add: line-height:28px; This is the line spacing tag.

For more technical articles related to DedeCMS, please visit theDedeCMS Tutorialcolumn to learn!

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

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!