TheCatapult Posted March 18, 2012 Report Share Posted March 18, 2012 (edited) Hi! Please help me to fix this problem. I attempted to have a selection of lists of images wherein I can just select the image of the current DJ. But I don't know how to. Here's the code. <form action="djselect.php" method="post"><input type="text" <option value="<img border="0" src="1.png"/>">Volvo</option> <option value="<img border="0" src="1.png"/>">Saab</option> <option value="<img border="0" src="1.png"/>">Mercedes</option> <option value="<img border="0" src="1.png"/>">Audi</option>name="iselectdj"/></form> Thanks! Edited March 18, 2012 by MisterCatapult Link to comment Share on other sites More sharing options...
Ingolme Posted March 18, 2012 Report Share Posted March 18, 2012 You can't do that with HTML, you'd need to create a fake input using Javascript. It's nothing simple, either. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now