in reply to Re: Code that contains </code> (easy)
in thread Code that contains </code>
#!/usr/bin/perl use strict; print "Put your code in <CODE></CODE> tags!\n";OK that works, but you have to do something to the tags (at first I used <i></i>, then changed to < at aristotle's suggestion).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Code that contains </code> (easy)
by Aristotle (Chancellor) on Aug 06, 2003 at 14:35 UTC | |
|
Re^3: Code that contains </code> (change)
by tye (Sage) on Aug 06, 2003 at 14:53 UTC | |
by PhilHibbs (Hermit) on Aug 06, 2003 at 16:00 UTC |