Hi there. How do I code to print the html spaces and other charecters. My code is below. All my slashes and semis are printing to screen
print "<tr>
<td width=50%>
<b><font color=#FFFFFF size=4>Status</font></b></td>
<td width=50%>
' ' <input type=radio value=Active name=status>
<b><font color=#FFFFFF size=3>Active /; /; /; /;
<input type=radio value=Discontinued checked name=status> /; Discontinued</font></b></td>
</tr>";