Problème d'affichage avec &nbsp et modzilla dans routine php

Problème d'affichage avec &nbsp et modzilla dans routine php - PHP - Programmation

Marsh Posté le 12-03-2003 à 16:39:02    

Voilà, j'ai tapé la ligne suivante :
 
echo '<td width="30%" align="left" ><font size="-1">nbsp'.($data['Nom']).'</font></td>';
 
Avec explorer j'obtiens un affichage correct mais pas avec mozilla.
 
si $data['Nom']= Arthur
Explorer 5 et 6 .   Arthur
Mozilla  $nbspArthur
 
Le nbsp est pris comme du texte.
 
Je pige pas
Evidément le  & n'est pas là car sinon la balise nbsp n'apparait pas

Message cité 1 fois
Message édité par bossamiral2 le 13-03-2003 à 01:51:03
Reply

Marsh Posté le 12-03-2003 à 16:39:02   

Reply

Marsh Posté le 13-03-2003 à 01:51:15    

:bounce: up

Reply

Marsh Posté le 14-02-2016 à 12:23:40    

bossamiral2 a écrit :

Voilà, j'ai tapé la ligne suivante :
 
echo '<td width="30%" align="left" ><font size="-1">nbsp'.($data['Nom']).'</font></td>';
 
Avec explorer j'obtiens un affichage correct mais pas avec mozilla.
 
si $data['Nom']= Arthur
Explorer 5 et 6 .   Arthur
Mozilla  $nbspArthur
 
Le nbsp est pris comme du texte.
 
Je pige pas
Evidemment le  & n'est pas là car sinon la balise nbsp n'apparait pas


 
 

  • Ne faut-il pas seulement ajouter ";" (un point-virgule) après nbsp ?
  • soit  
  • echo '<td width="30%" align="left" ><font size="-1">nbsp;'.($data['Nom']).'</font></td>';
  • au lieu de:
  • echo '<td width="30%" align="left" ><font size="-1">nbsp'.($data['Nom']).'</font></td>';


Reply

Marsh Posté le 15-02-2016 à 11:07:02    

Déterrage de 13 ans, joli :jap:


---------------
Astres, outil de help-desk GPL : http://sourceforge.net/projects/astres, ICARE, gestion de conf : http://sourceforge.net/projects/icare, Outil Planeta Calandreta : https://framalibre.org/content/planeta-calandreta
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed