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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ptityop
Forum Newbie
Posts: 13
Joined: Thu May 07, 2009 1:48 pm

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

Post 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
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

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

Post 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
ptityop
Forum Newbie
Posts: 13
Joined: Thu May 07, 2009 1:48 pm

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

Post by ptityop »

thanks for the quick reply!
Post Reply