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 ?

Nom : chrome.PNG
Affichages : 2287
Taille : 14,2 Ko

Nom : firefox.PNG
Affichages : 2397
Taille : 14,4 Ko