Jump to content

select/input


TheCatapult

Recommended Posts

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!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...