View Full Version : showing html coding


trumpets_rock
12-04-2004, 07:22 AM
In the tutorials it say sthat you can use...


&lt; = <
&gt; = >


to show it. But where exactly do you put those next to the coding?

Will somone please show me where your supposed to put it, in an example maybe? Thanks!

N00behnator
12-04-2004, 09:01 AM
So you want to show the HTML codes without making them vieuwable on your page?

Put your html codes you want to show here:
<xmp>TEXT</xmp>
That should work

nova angel
12-04-2004, 09:18 AM
also the
&lt; and &gt; are replacements for < and >
so some coding would look like this...
&lt;a href="yourlink.htm"&gt;hello&lt;/a&gt;

trumpets_rock
12-04-2004, 09:20 AM
Thanks :)

konanix
12-20-2004, 08:58 AM
you can try

using <k>

example
<<k>titlek<k>>hello<<k>/title<k>>

to show
<title>hello</title>'s code