Page 1 of 1

How can i add css style to this kind of tag?

Posted: Tue Apr 06, 2010 12:31 pm
by ptityop
Does anyone know how i can add some styleing to the following tag.
My Issue is that the drop down list width is too long for what it contains so it's ugly ...

Code: Select all

<?php phpfmg_dropdown( 'field_6', "Choice 1|Choice 2|Choice 3", '' );?>
Many thankx for any help

Re: How can i add css style to this kind of tag?

Posted: Tue Apr 06, 2010 12:38 pm
by mikosiko
you apparently are using the Php FormMail generator script... look here for the answer
http://www.formmail-maker.com/web-form- ... p#Form-CSS

Re: How can i add css style to this kind of tag?

Posted: Tue Apr 06, 2010 12:49 pm
by ptityop
thanks for the quick reply!