Jump to content

Quick question!


Ghettobusta

Recommended Posts

Let's say I display a certain sentence in a drop-down menu:

print '<option value="'.$enregistrement['Unom'].'">'.$enregistrement['Unom'].'</option>';

 

If I want to create an input that will be the same size as my drop-down... how can I do this?

<input type="password" maxlength="12" name="password" size="30"/>

What do I put in size instead of "30"?

 

If you don't understand my question... this might help you visualize it:

http://cogito.labos.polymtl.ca/~ti317/TS2/intervention.php

 

I want the "Mot de passe" and "Commentaire" inputs to be as long as "Sujet"

 

thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/47373-quick-question/
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.