hello,
je n'arrive pas à avoir l'affichage de la tabulation.
Code :
- <html>
- <head>
- <title>test</title>
- </head>
- <body>
- <?
- echo "un \t un";
- ?>
- </body>
- </html>
|
et ça m'affiche "un un" sans tabulation.
edit : en affichant le code source de la page :
Code :
- <html>
- <head>
- <title>index</title>
- </head>
- <body>
- un un
- </body>
- </html>
|
il y a une tabulation qui est faite.
comment l'afficher ?
Message édité par Pizz le 01-04-2004 à 13:50:06
---------------
C'est quand on a le nez dans la tomate qu'on voit mieux la tomate !