Afficher un message
Vieux 15/04/2008, 12h32   #2
Harlan Messinger
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Make HTML code show up on the web

Bob wrote:
> http://robertlindsay.blogspot.com/20...how-up-on.html


You seem to have missed the built-in solution that exists for this. All
you have to do is substitute "<" (including both the ampersand and
the semicolon) for the less-than ("<") at the beginning of each tag.
Likewise, if you want something like "&lt;" to appear like that on your
page as such instead of as "<", write it as "&amp;lt;" instead. This is
called "escaping" characters that have a special significance when you
want to display them in a non-special way.
  Réponse avec citation
 
Page generated in 0,04240 seconds with 9 queries