HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
A drop down input box
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
seadog



Joined: 26 Apr 2008
Posts: 5

PostPosted: Wed Apr 30, 2008 6:42 pm     A drop down input box Reply with quote

Im making a registration page. and all ive been using so far is input boxes. I want to make it so the user has to select the location of where their from. I want the picture of their flag and the name of the country next to it. but i made a <select> </select> drop down and named it the name of the input going into the database but for some reason it didnt work. and i also didnt get my image. i just got the text of the country name. please help!
kanenas



Joined: 14 Dec 2004
Posts: 191

PostPosted: Thu May 01, 2008 10:23 pm     <select> element can't contain images Reply with quote

"it didn't work" isn't nearly enough to go on. What are you trying to accomplish? What EXACTLY did you do to accomplish it? By this, I mean post the fragment for the listbox (and no more). What did you expect to happen? What actually happened?

As for images, a listbox can only display text. Furthermore, the <select> only allowed to have <option> and <optgroup> elements (and whitespace text) as children. Note: if you follow the link, you'll see a fragment of the HTML DTD:
Code:
<!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector -->
The "OPTGROUP|OPTION)+" is what means <select> can only have <option> and <optgroup> children; the '+' means '1 or more'. Learning how to read a DTD is very helpful.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial