capnhud wrote:is there anyway to control this removal process so that markup such as the following:
<ul>
<li><a href="#">SubVert Item 1</a></li>
<li><a href="#">SubVert Item 2</a></li>
<li><a href="#">SubVert Item 3</a></li>
</ul>
becomes:
<ul><li><a href="#">SubVert Item 1</a></li><li><a href="#">SubVert Item 2</a></li><li><a href="#">SubVert Item 3</a></li></ul>
instead of:
<ul><li><ahref="#">SubVertItem1</a></li><li><ahref="#">SubVertItem2</a></li><li><ahref="#">SubVertItem3</a></li></ul>
notice the difference in the <a href>
remove new lines only \n
Try Ctrl+J (join lines)
Users browsing this forum: No registered users and 1 guest