I’m trying to get dynamic height with below paragraph.
<td>
<b>audio systems</b> <br>
<div style="position:absolute">
<p>Do you need services of a company that specialises in audio systems? With expertise in all areas of audio systems, AAVI is the best choice.</p>
</div>
</td>
I cannot get this td to dynamically increase height for paragraph inside div tag. Instead it always goes over the td section even though I set width for the div and p. I don’t want to have the p going over div or td section.
Is there a way we can get this working?
works for me.