Hi all,
My next question, (not another one
), doesn't regard links directly, but seeing as you are all so helpful, I thought I would start here first.
I have added some radio buttons, which offer the user the option to select colour, font type etc for their detailed page. The challenge I have at the momet is getting the the correct button to be displayed as checked on the add_error page. So for example if the colour red was selected and an error was made on the page, when the add_eror page loads, none of my radio buttuns are selected. I have included the html that I have tried, but doesn't seem to work:
<td colspan="7">
<input name="header font type" type="radio" value="Arial" <%if Arial%>checked<%endif%>>
<font face="Arial, Helvetica, sans-serif"> Arial</font> <input type="radio" name="header font type" value="Times" <%if Times%>checked<%endif%>>
<font face="Times New Roman, Times, serif">Times</font> <input type="radio" name="header font type" value="Verdana"<%if Verdana%>checked<%endif%>>
<font face="Verdana, Arial, Helvetica, sans-serif">Verdana</font></td>
Can anyone point me in the right direction.
Thanks in advance
Hamsterpants
My next question, (not another one
I have added some radio buttons, which offer the user the option to select colour, font type etc for their detailed page. The challenge I have at the momet is getting the the correct button to be displayed as checked on the add_error page. So for example if the colour red was selected and an error was made on the page, when the add_eror page loads, none of my radio buttuns are selected. I have included the html that I have tried, but doesn't seem to work:
<td colspan="7">
<input name="header font type" type="radio" value="Arial" <%if Arial%>checked<%endif%>>
<font face="Arial, Helvetica, sans-serif"> Arial</font> <input type="radio" name="header font type" value="Times" <%if Times%>checked<%endif%>>
<font face="Times New Roman, Times, serif">Times</font> <input type="radio" name="header font type" value="Verdana"<%if Verdana%>checked<%endif%>>
<font face="Verdana, Arial, Helvetica, sans-serif">Verdana</font></td>
Can anyone point me in the right direction.
Thanks in advance
Hamsterpants

