|
Posted by dorayme on April 15, 2008, 8:41 pm
Please log in for more thread options
> > On Apr 15, 4:32 am, Harlan Messinger
> > > [escape the HTML]
> >
> > I know, but I hate that. I wanted to try something different.
>
> How do you deal with displaying </textarea> in HTML code with this
> method?
>
> Why do you hate escaping < as < - if it's because it's a pain to
> write every time, then use a method for generating the HTML code that
> does it automatically.
In any good text editor you can save a replacement or GREP pattern and
tell the editor to replace all '<' and '>' s with '<' and '>' for
the selected (highlighted) text. Super quick.
--
dorayme
|