【发布时间】:2016-01-18 13:49:49
【问题描述】:
我找不到此页面的“实际”后端 (http://www.drink-driving-lawyers.com.au/pleading-guilty-or-not-guilty),我可以在其中删除使第一段带有项目符号的 <li> 和 <ul> 标记。
认罪或不认罪的决定是您在酒后驾车案件中做出的最重要的决定。如果为酒后驾驶指控辩护,请务必从您的律师那里获得所有信息。在页面下方,有许多针对酒后驾驶指控的辩护理由。
我们将 Wordpress 用作 CMS,每当我通过 WP Admin 转到该页面的后端时,该部分没有项目符号,也没有包含在 <ul> 和 <li> 代码中。然而,当您检查来源时,它显示为:
<ul class="postul">
<li class="first-child last-child">
<p>The decision to plead guilty or not guilty is the most important decision that you make in a drink driving case. It is very important if defending a drink driving charge to have all the information from your lawyer. Further down the page there are a number of defences to drink driving charges.</p>
<p>You have to weigh up the chance of winning a defence of your drink driving charges with the extra cost and the possibly worse penalty you may receive.</p>
我需要调整什么文件来删除这些<ul> 和<li> 标签?
【问题讨论】:
-
你不介意用jQuery来解决这个问题吗?或者您会坚持使用服务器端解决方案?
-
我很想学习两种方式
标签: html wordpress content-management-system