Hi,
Please help, my Magazine template is causing a css conflict and I have no idea how to resolve it.
Esentially, I have an iframe with some questions and one of the questions the font changes to uppercase and it clickable, and the templates css seems to be invoking it.
Any ideas how I would resolve this?
The iframe code which is going uppercase for no reason is...
<tr>
<td class="TableLeft">
<label for="MISS_PYMT">Have you missed a mortgage payment in the past 12 months?</label>
</td>
<td class="symbol"> </td>
<td class="TableRight">
<label FOR="CCJ"> </label>
<select name="MISS_PYMT" id="MISS_PYMT" class="formInputShort">
<option value="No">No</option>
<option value="Yes">Yes</option>
</select>
</td>
</tr>
Many thanks in advance,