for i=1 to n 
if rs("Select"&i) <>"" then 
%> 
            <input style="border: 0" <%if i=1 then%>checked <%end if%> name=Options type=radio value= <%=i%>> 
              <%=i%>. <%=rs("Select"&i)%> 
<%
  if i mod 3 = 0 then
%>
<br> 
<%
  else
%>
  &nbsp;&nbsp;&nbsp;&nbsp;
<%
  end if
end if 
next 
%>  
此代码是分三栏显示的,但是显示内容格式对不齐,我想插入一个表格来控制格式,但我不知道这段代码如何来写,请大家帮帮我,感谢!!!