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
As shown below:
[page] //正确的写法 <div>[page]</div>//错误的写法,很有可能会使用页面右侧或页面底部的内容错位到页面左侧
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!