Hi,
I'm having trouble creating a blank table row in Javascript using document.create Element( ' ' ). When I look at the generated source it has intrepreted it as
	. What do I need to do? I've tried using single quotes, double quotes and backslash.
Thanks,
Sean
					I'm having trouble creating a blank table row in Javascript using document.create Element( ' ' ). When I look at the generated source it has intrepreted it as
Code:
	<td>&nbsp;</td>
Thanks,
Sean
Comment