<font size=2 face=verdana> <input type=radio name=cat_type value=real %%CHECKED:cat_type:real%%> This is a real category. <blockquote> <form action=setup.cgi method=post> <input type=hidden name=action value=categories> <input type=hidden name=do value=cat_edited> <input type=hidden name=category value=%%category%%> <input type=hidden name=cross value="%%cross%%"> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;"> <tr> <td>Title:</td><td><input type=text size=40 name=title value="%%title%%"></td> </tr><tr> <td>Description:</td><td><textarea cols=50 rows=5 name=description>%%description%%</textarea></td> </tr><tr> <td>Parent:</td><td><select name=parent>%%parent_category_options%%</select><td> </tr><tr> <td>Template:</td><td><select name=template>%%template_options%%</select><td> </tr><tr> </tr> </table> </blockquote> <input type=radio name=cat_type value=link %%CHECKED:cat_type:link%%> This is a link. <blockquote> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;" width=400> <tr> <td>Link to:</td><td><select name=linkto>%%link_category_options%%</select><td> </tr><tr> <td>Parent:</td><td><select name=link_parent>%%parent_category_options%%</select><td> </tr> </table> </blockquote> <table border=0 style="font-size: 12px; font-family: Verdana,Verdana;" width=400><tr> <td></td><td><input type=submit name=submit value=" Edit Category "><td> </tr></table> </form> </font>