|
try this is might work
find this
[code:1:a060bd94f3]<tr>
<td class="style9">Make my Height 100%! </td>
</tr>[/code:1:a060bd94f3]
replace with
[code:1:a060bd94f3]<tr>
<td class="style9" height="100%">Make my Height 100%! </td>
</tr>[/code:1:a060bd94f3]
|