Jump to content

[SOLVED] arange problem


alin19

Recommended Posts

if i add that red line, in the page i will have an input text right and down from the option list, but i want to have that right next to option  value="vasile"

 

can you help me?

 

<FORM method="POST">

<select name="Operator" size=45>

<option value="vasile">vasile

</option>

<option value="Chiriac">Chiriac

</option>

<option value="Dragos">Dragos

</option>

<option value="Oprescu">Oprescu

</option>

</select>

<input type="text" value="vasile">

</form>

Link to comment
https://forums.phpfreaks.com/topic/89715-solved-arange-problem/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.