View Full Version : how to write out a tag
Mgkeeper
07-23-2002, 05:14 PM
i want to know how to write a tag so that people can actually see it like this:
<html>
Instead of it starting an html document i want it to show up
&lt;html&gt;
Use entities. Or a CDATAsection:
<![CDATA[
<html>
]]>
Mgkeeper
07-23-2002, 06:04 PM
does the cdata thing work for any tag???
Sk8er9547
07-23-2002, 06:32 PM
Use the symbol code.
< for <
> for >
That way, it works cross browser, and for every tag!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.