[css-d] Form Layout "how would *you* do this?" question...

2006-02-20 Thread Les Mizzell
What I'm trying to get is: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif I've set it up like this: Long Distance Telephone Calls The left/right aligned columns isn't the problem. It's the darned dotted line between them. This same configuration takes place in dozens of

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-21 Thread Schalk
Les Mizzell wrote: > What I'm trying to get is: > > http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif > > I've set it up like this: > > > >Long Distance Telephone Calls > > > > > The left/right aligned columns isn't the problem. It's the darned dotted > line between them. This

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-21 Thread Rahul Gonsalves
Schalk wrote: > Les Mizzell wrote: >> http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif >> > Greetings Les, > > Current I get a can't connect server error when trying to access the link. Schalk: I can connect just fine to the server. Rahul. -- . . . . . . . . . . . . . . . . . .

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-21 Thread Mark Howells
>> What I'm trying to get is: >> >> http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif >> >> I've set it up like this: >> >> >> >>Long Distance Telephone Calls >> >> >> >> >> The left/right aligned columns isn't the problem. It's the darned >> dotted >> line between them. This

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-21 Thread Holly Bergevin
From: Les Mizzell <[EMAIL PROTECTED]> >What I'm trying to get is: >http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif >The left/right aligned columns isn't the problem. It's the darned dotted >line between them. This same configuration takes place in dozens of >places - Class "ROW" is

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-22 Thread Les Mizzell
> Because of that, I would recommend you to use a table, and not DIVs > (you may have "DIVitis") Also, I would suggest to use a FIELDSET and > LABELs (instead of SPANs with your texts), so the (XHTML) structure > would look like this: > > Short form description > > >

Re: [css-d] Form Layout "how would *you* do this?" question...

2006-02-22 Thread Rakesh Pai
Give the "ROW" class a background: url() repeat-x bottom, and give the individual spans a background-color: white. This is assuming that you are working on a white background, and you already have the code to align the elements correctly. On 2/22/06, Les Mizzell <[EMAIL PROTECTED]> wrote: > > >