Page 1 of 1

Styling a FEU Log-In form

Posted: Sun Feb 28, 2010 9:44 am
by Guido
Hi,

I searched google and this forum on this, but didn't get a good solution. Does anyone know the best way to style the FEU templates. I tried wrapping the smarty tags (like {$input_username}) in a div but that didn't work all too well. Is there any way of giving the input field a class or ID? Maybe I'm just overlooking something but any help would be apreciated.

Thanks,

Guido

Re: Styling a FEU Log-In form

Posted: Sun Feb 28, 2010 10:07 am
by uniqu3
Hi,

you can wrap the whole form with a div with class and than use in your css something like:

Code: Select all

.yourclassforform form{your style;}
.yourclassforform label {your style for label;}
.yourclassforform input {your style for input fields;}

Re: Styling a FEU Log-In form

Posted: Sun Feb 28, 2010 11:19 am
by Guido
Thanks,

That really got me going. I'll start styling.

Re: Styling a FEU Log-In form

Posted: Sun Feb 28, 2010 11:24 am
by uniqu3
NP, here to help :-)