I have an image defined as
<td>
<p>Text for para</p>
<img src="vertical_divider.png" align="right" style="padding: 15px; height: 100%;">
</td>
The image is a vertical divider which acts like a right boundary to the paragraph whose contents are editable , so it keeps changing in height.
How do I make sure that the vertical divider also keeps changing in height according to the entire paragraph.
Using css you can set it to a background image that will extend in the space. Or if you simply want a line you can do it without the image.