Re: [css-d] Laying out a form, adjacent graphic causing me headache

2008-04-18 Thread Darren Best
On 18/04/2008, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > > On Apr 18, 2008, at 2:56 PM, Darren Best wrote: > > > is there an > > elegant solution staring me in the face that I just don't see? Thanks > > in > > advance. > > > .narrowForm {float:left; width 450px;} > and your problem is so

Re: [css-d] Laying out a form, adjacent graphic causing me headache

2008-04-18 Thread Philippe Wittenbergh
On Apr 18, 2008, at 2:56 PM, Darren Best wrote: > 'm putting in a form for submitting questions to the site that I'm > re-doing > (http://www.unemployedhelp.on.ca/clientask.html). The stylesheet is > at > "/images/clientstyle.css". The desired look for the form is to have > the > labels t

Re: [css-d] Laying out a form, adjacent graphic causing me headache

2008-04-17 Thread Jukka K. Korpela
Darren Best wrote: > The desired look for the > form is to have the labels to the left of the data fields, the labels > right-justified, the data fields left-justified (pretty standard). In markup, use a table with the labels in one column, the fields in another. (This is the logical markup and

[css-d] Laying out a form, adjacent graphic causing me headache

2008-04-17 Thread Darren Best
Hello, folks. You've been a great help on previous questions. I find the "positioning" issue to be very difficult to master, and I hope that you are able to see a simple solution that I'm missing on this one. I'm putting in a form for submitting questions to the site that I'm re-doing (http://ww