0

See this page: http://www.humanperformanceadvisors.com/Prairie/Oklahoma/Postcards/1.html

and the pages following. Why am I seeing quotation marks surrounding the product descriptions? These do not appear in Internet Explorer, only in Safari. Any help?

Thank you!

random
  • 9,774
  • 10
  • 66
  • 83
Jacob
  • 1

1 Answers1

4

Because you are using the <q> element, which wraps its contents in quotation marks. The <q> element is not supported in Internet Explorer (until IE 8 in IE 8 standards mode), so they don't show up there.

Brian Campbell
  • 322,767
  • 57
  • 360
  • 340