Dale Mentzer wrote:
>
> 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?

Hi Dale;
I'm replying on list because I've already admitted "I no nuffink" about
HTML.
Having said that, and without looking at your code because: I no nuffink,
I'm pleased to say that I had to learn of a way to do exactly that myself
last week and here is the scoop:

<TABLE WIDTH=100% CELLSPACING=whatever CELLPADDING=whatever>
<TD WIDTH=25%>
<button column1 stuff>
<TD WIDTH=25%>
<button column2 stuff>
<TD WIDTH=25%>
<button column3 stuff>
<TD WIDTH=25%>
<button column4 stuff>
</TABLE>
<TR>

You can also throw in ALIGN=RIGHT for the last TD and adjust the spacings
accordingly.

Hope it works for you too.

-  Clarence Verge
--
-  Help stamp out FATWARE.  As a start visit: http://home.arachne.cz/
--

Reply via email to