How does one escape the single quote if using single quotes in HTML?
MonkeeSage
6:07 am on Oct 11, 2003 (gmt 0)
Use double-quotes to surround the attribute values and you won't need to escape it. But if you have to, I think it's just the standard escape '\'...'Lisa\'s stuff'
Jordan
Lisa
6:24 am on Oct 11, 2003 (gmt 0)
ok, the \ excape doesn't work. That is the first thing I tried. If I do change to double quotes..... How do I escape double quotes then?