Home > CMS Tutorial > PHPCMS > Solve the problem of phpcms background page confusion

Solve the problem of phpcms background page confusion

王林
Release: 2020-02-08 16:48:58
Original
2715 people have browsed it

Solve the problem of phpcms background page confusion

Question:

On the article details page, if the article content is not paginated, the entire page is displayed normally, but if the article content is paginated , it is very likely that the entire page will be messed up.

The solution is as follows:

When using the fckeditor editor to add the paging tag [page] to the article content, be sure to ensure that the paging tag [page] is not blocked by any

tag.

As shown below:

[page]                     //正确的写法
<div>[page]</div>//错误的写法,很有可能会使用页面右侧或页面底部的内容错位到页面左侧
Copy after login

Recommended related articles and tutorials: phpcms tutorial

The above is the detailed content of Solve the problem of phpcms background page confusion. 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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template