我有一個HTML文檔,其中大部分文本都有正確的段落格式但是有些段落不包含p標籤,因此不能正確顯示。p標籤中的段落
是否有方法將<p> </p>
標籤中的段落與正則表達式一起使用文本編輯器?我嘗試使用HTML整潔,但我不能讓它識別單獨的段落或它以錯誤的方式重新格式化,我不知道發生了什麼...
我需要每個段落,不包含HTML標記有段落包裹:
Template Design Creation for the layout for the content that will exist on each page.
Custom Programing to make certain features work with the design.
Photos of the Location For the Website Design Elements.
像這樣
<p>Template Design Creation for the layout for the content that will exist on each page.</p>
<p>Custom Programing to make certain features work with the design.</p>
<p>Photos of the Location For the Website Design Elements.</p>'
如果這是一次性的事情,手動操作不會更容易嗎? – j08691 2013-05-08 14:18:53