Bonjour,
Je voudrais afficher un bouton sur 2 lignes
https://www.w3schools.com/php/phptry...ryphp_comments
Code de test
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <!DOCTYPE html> <html> <body> <?php $button = "Texte sur\ndeux lignes"; ?> <input type="button" value="<?php echo $button ?>" /> </body> </html>
Sous Firefox : ca marche et pas sous Chrome...
--> Avez-vous une idée ?
![]()
Partager