Home  >  Article  >  CMS Tutorial  >  How to set line spacing in dedecms

How to set line spacing in dedecms

尚
Original
2019-07-17 11:05:064897browse

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:

<div class="arc">
{dede:field name=&#39;body&#39;/}
</div>

Then find the control style of the article page:

<link href="/style/index.css" type="text/css" rel="stylesheet" />

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;}

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

For more technical articles related to DedeCMS, please visit the DedeCMS Tutorial column 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!

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