On this page the link at the end is wrapped in <pre> tags but it still displays as a link.
What am I missing?
What am I missing?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[red]<[/red]a href="[URL unfurl="true"]http://www.server.com/page.html"[/URL][red]>[/red] Link[red]<[/red]/a[red]>[/red]
[red]<[/red]a href="[URL unfurl="true"]http://www.server.com/page.html"[/URL][red]>[/red]Link[red]<[/red]/a[red]>[/red]
<textarea rows="4" cols="40">
<a href='newlink.cgi'>Newlink</a>
</textarea>
And validates too ?Keith said:Works for me.
Ok, now is there. Now you can ask the validator :dexeloper said:Right click and look at the source to see the textarea tags.
W3C Markup Validation Service said:[COLOR=white red] X [/color] Line 8, Column 68: document type does not allow element "A" here
…[tt]"";return true;' href='[red]>[/red]Intranet</a></textarea>[/tt]
I use them to allow snippets of code to be easily cut and pasted into users web pages. The users of these sites are not usually interested in the whole web page.Beside that, in most browsers textarea's content can not be selected together with the page content. Which I find irritating.
It breaks the rules but can this cause problems?It does not validate
The textarea examples on my pages are not within form tags, therefore cannot be submitted but can this still cause problems?your visitors may freely type in the textarea field
[URL unfurl="true"]http://intranet/home.asp[/URL]
<%=server.HTMLEncode("<a href='newlink.cgi'>Newlink</a>")