|
Posted by Chris F.A. Johnson on 10/09/06 00:12
On 2006-10-09, techfiddle wrote:
> Collective Wisdom:
>
> I'm designing a page to give people a block of source code:
>
> http://www.geocities.com/techfiddle/violinwebringcode.html
>
> However, for some reason which I cannot determine, the <pre> </pre>
> function isn't working, and the graphic is showing up.
>
> Why is this, and how can I fix it?
In a <pre> element, tags are parse as such. Change '<' to '<'
and ampersands to '&'. (Do not include the single quotes.)
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Navigation:
[Reply to this message]
|