Discussion:
no html?
(too old to reply)
apropo
2004-07-17 13:53:44 UTC
Permalink
posting to a kind of forum messages containing <tags> will make the
browser interpret them, is there any tag to make it take the source "as
is" ?
--
"It's not right. It's not even wrong."
Stanimir Stamenkov
2004-07-17 18:49:47 UTC
Permalink
Post by apropo
posting to a kind of forum messages containing <tags> will make the
browser interpret them, is there any tag to make it take the source "as
is" ?
Not sure what you exactly mean but - in HTML some characters (the
character data) can't appear "as is" and they should be "escaped" -
these are < > & where they should be substituted with &lt; &gt;
&amp; . Double quotes in attribute values surrounded by double qutes
must be "escaped" further with &quot; .

For the rest, you might need to markup your specific source part as
preformatted text - the PRE element
<http://www.w3.org/TR/html4/struct/text.html#edef-PRE>.
--
Stanimir
Continue reading on narkive:
Loading...