Re: [css-d] Rigt align text fields

2006-10-03 Thread Deckard
Thanks a bunch Bradley. It worked :) Best Regards, Deckard Bradley Wright wrote: > On 03/10/2006 00:15, Deckard wrote: >> >> But as you can see, the lines are one line below the text :( >> The mind bogles :( >> >> http://www.wordlife.eu/wizard.php > > Floating elements makes them sit adjacent to

Re: [css-d] Rigt align text fields

2006-10-03 Thread Bradley Wright
On 03/10/2006 00:15, Deckard wrote: > > But as you can see, the lines are one line below the text :( > The mind bogles :( > > http://www.wordlife.eu/wizard.php Floating elements makes them sit adjacent to the object below them in the markup, so a simple fix would be to place the inputs above th

Re: [css-d] Rigt align text fields

2006-10-02 Thread Deckard
Hi, Thank you for your answer. In fact it worked :) But as you can see, the lines are one line below the text :( The mind bogles :( http://www.wordlife.eu/wizard.php Best Regards, Deckard Jough wrote: >> My question is how can i right align the dotted lines (in fact they are >> inputs), so th

Re: [css-d] Rigt align text fields

2006-10-02 Thread Jough
> My question is how can i right align the dotted lines (in fact they are > inputs), so that they all start at the same left coordinate ? > Since they are all the same length you could float them right. Might have to do a little margin tweaking, but I don't see why that wouldn't work. Jough __