*RESOLVED* Select menu doesn't appear in the order...

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
mikes1471
Forum Commoner
Posts: 88
Joined: Sat Jan 24, 2009 3:29 pm

*RESOLVED* Select menu doesn't appear in the order...

Post by mikes1471 »

Hi Guys

I just wanted to run this one by you and see the reason why my select menu doesn't appear on the webpage in the order in which its placed in the code, this is how I've entered the select menu in the php code:

Image

and the outcome looks like this:

Image

I know I have a text field for gender anyway but the idea is that I do away with this and replace it with this small menu, any help appreciated
Last edited by mikes1471 on Mon Feb 02, 2009 3:42 pm, edited 1 time in total.
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: Select menu doesn't appear in the order in which its placed

Post by Skoalbasher »

uhh, nothing is showing up.
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Select menu doesn't appear in the order in which its placed

Post by Mark Baker »

Possibly because everything else in the form is in a table cell, but the dropdown isn't
Post Reply