questo codice mette i div uno sotto l'altro, come faccio a metterli sulla stessa linea uno affinco all'altro?codice:<form method="post" action=""> <fieldset> <legend>Delivery details</legend> <div> <label for="user">Name *</label> <input id="user" name="user"> </div> <div> <label for="location">Name *</label> <input id="location" name="location"> </div> </fieldset> </form>

Rispondi quotando