hwg-basics archives | Nov 1999 | new search | results | previous | next |
Fwd: He**lp How to show html on a webpage without hypertext linkingby Brian Meagher <brian(at)ezy.net> |
|
<html> <br> >How can i show viewers a url to link to on a webpage without it hypertext<br> >linking on the web page?<br> ><br> >I need to show the exact look of the html of the url but when i enclose the<br> >url within the greater than/ less than brackets it hypertext links on the<br> >page.<br> <br> Use the &lt; and &gt; for less-than and greater-than.<br> <br> &lt;A HREF="<VAR>target</VAR>"&gt;<VAR>anchor text</VAR>&lt;/A&gt;<br> would yeild:<br> <A HREF="<<i>target</i>><i>anchor text</i></A><br> <br> In HTML 3.2, the <VAR> tag renders italics if you so desire them. (except IE 3.0 renders as Fixed Font)<br> <br> Brian in OC<br> <br> </html>
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA