Quote:
Originally Posted by handycrowd
This time though I'm following your idea! I'm wrapping each <p> within <div> tags and that separates everything brilliantly. Bit time consuming but once you get into a rhythm...
|
You could create a Clip using
Tools > Clip Editor.
Code:
<div class="clear">\1</div>
and give it a name (like "Div Clear").
Then make sure you can see your Clips bar:
View > Clips. I drag mine in the lower left corner:
now when you highlight text, you can press on the "Div Clear" clip, and it will wrap the div around it.
So this:
Code:
<p><img src="TestImage"/> This is a sentence.</p>
turns into this:
Code:
<div class="clear"><p><img src="TestImage"/> This is a sentence.</p></div>