Hi listers,
While the list traffic is a bit slow, I hope I can get a little HTML
programming help with my custom dialer page. My ppp_init.htm page has
several extra buttons for Arachne actions as well as loading external
programs. I have these buttons on the left side of the screen in a
single column but would like to be able to have them across the
screen in rows. I have played around a bit to do this without much
success other than messing up my page. Can someone look at the source
below and show me what I need to do to achieve this look? Please
reply off list if this is too off topic. TIA.
Regards,
Dale Mentzer
<HTML>
<TITLE>Aristotle Internet Dialer</TITLE>
<BODY BACKGROUND="grnrock.gif" TEXT=#FFFFFF BGCOLOR=BLACK NORESIZE>
<FORM ACTION="arachne:dialer">
<center><font size=6><B>Aristotle Internet Access</center>
<INPUT TYPE=BUTTON ARACHNECFGVALUE=Profile SIZE=12></FONT>
<HR NOSHADE WIDTH=542 ALIGN=LEFT SIZE=3><PRE><B>Phone Number: <INPUT
TYPE=TEXT NAME="PhoneNumber" ARACHNECFGVALUE="PhoneNumber" Size=20>
User Name: <INPUT TYPE=TEXT NAME="PPPusername"
ARACHNECFGVALUE="PPPusername" Size=20>
Password: <INPUT TYPE=PASSWORD NAME="PPPpassword"
ARACHNECFGVALUE="PPPpassword" Size=20></PRE>
<HR NOSHADE WIDTH=542 ALIGN=LEFT SIZE=3>
<FONT SIZE=6><B>Arachne Actions
<TR>
<TD>
<FORM ACTION="arachne:dialer">
<INPUT TYPE=SUBMIT VALUE="Dial Now [Alt+D]">
</FORM>
<TR>
<TD>
<FORM ACTION="file:pop3smtp.asf">
<INPUT TYPE=SUBMIT VALUE="Get/Send Mail ">
</FORM>
<TR>
<TD>
<FORM ACTION="arachne:hangup">
<INPUT TYPE=SUBMIT VALUE="Hangup [Alt+H]">
</FORM>
<TR>
<TD>
<FORM ACTION="arachne:exit">
<input type=submit value="Exit [Alt+X]">
</FORM>
<TR>
<TD>
<FORM ACTION="file:freeweb.acf">
<input type=submit value=" FreeWWWeb ">
</FORM>
<TR>
<TD>
<FORM ACTION="file:aristotl.acf"><input type=submit value="
Aristotle ">
</form>
<TR>
<TD>
<FORM ACTION="file://oops/256ccore.ook"><input type=submit value="
256 Color Core ">
</form>
<TR>
<TD>
<FORM ACTION="file://oops/hiccore.ook"><input type=submit value="
HiColor Core ">
</form>
<HR NOSHADE WIDTH=242 ALIGN=LEFT SIZE=3>
<FONT SIZE=6><B><nobr>Other Applications</nobr>
<TR>
<TD>
<FORM ACTION="file://oops/pmaris.ook">
<INPUT TYPE=submit value="Pegasus Mail ">
</form>
<TR>
<TD>
<form action="file://oops/dc.ook">
<input type=submit value=" DOS Commander ">
</FORM>
<TR>
<TD>
<FORM ACTION="file://oops/junomail.ook">
<INPUT TYPE=submit value="Juno Email ">
</FORM>
<TR>
<TD>
<FORM ACTION="file://oops/win31.ook">
<INPUT TYPE=submit value="Win3.1 Desktop ">
</FORM>
</TABLE>
</BODY>
</HTML>