salve sto cercando di allineare e magari separare di poco 2 input in un form
ho provato ad inserire
<br /> ma lo stacca troppo e va fuori dalla schermata..
questo è come la vedo
[b]Come vorresti che fosse[\b]
https://ibb.co/VHVcvwj
ho provato a mettere l input sopra ..fuori dal form e si vede anche bene graficamente solo che il required non funziona se fosse possibile opterei per la seconda immagine
https://ibb.co/5986h9s
questo è il codice
Codice PHP:
<div class="info-profile">
<div class="text-profile">
Stipendio: <strong><?php echo number_format($row_databid['playerValue'],0,',','.');?></strong>
<br />
Overall: <strong><?php echo $row_databid['playerOverall'];?></strong>
<br />
Età: <strong><?php echo $row_databid['playerAge'];?></strong>
<br />
Pos: <strong><?php echo $row_databid['playerPosition']; ?></strong>
<br />
Le mie finanze: <strong><?php echo number_format($row_datauser['coachWallet'],0,',','.'); ?></strong>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer-profile">
<div class="bid-form">
<div class="input-form">
<form action="<?php echo $editFormAction; ?>" method="post" name="form1" id="form1">
<input id="sf_amount" name="sf_amount" type="number" min="100000" step="100000" size="7" maxlength="10" /><strong>OFFERTA</strong>
<input id="button" type="submit" value="Offri"/>
<br /><input type="hidden" name="aus_playerID" value="<?php echo $_GET["recordID"]?>" />
<?php /*----------------MOFICA INSERIMENTO ID TM--------------*/ ?>
<?php if ($row_databid['tm'] == '0' or $row_databid['tm'] ==''){?>
<input id="tm" name="tm" type="number" size="7" maxlength="10" required/><strong>ID TM</strong> <?php;}?>
<?php /*--------------FINE MODIFICA----------------------*/ ?>
<input type="hidden" name="aus_aucID" value="<?php echo $_SESSION['silentauctionid']?>" />
<input type="hidden" name="sf_teamID" value="<?php echo $row_datauser['teamID']; ?>"/>
<input type="hidden" name="sf_date" value="date" /> <input type="hidden" name="MM_insert" value="form1" />
</form>
</div>
</div>
</div>
</div>
</div>
grazie a chi potrà aiutarmi
Edt titolo modificato