Sounds easy I know. I told the client it would be done in 5 minutes... 4 hours later it is just getting annoying...
This is the current structure:
<div class="RadWindow">
<table class="rwTable">
<tr class="rwContentRow">
<td class="helpDialog"> Content to be cut off and wrapped</td>
</tr>
</table>
</div>
There is actually a few more styles etc in the div, but these are the ways that I should be able to control it. I have tried setting a height, max-height and overflow on the class .helpDialog, but nothing happens.
I then tried it on the <td>
:
td.helpDialog
I then tried stipulating the entire path in a verbose manner:
.RadWindow table td.helpDialog
It is just not working for me. Any help would be GREATLY appreciated!