Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
<html> Multiple instances, what will happen?
I need to add a namespace to <html>.
Optimally, I would like it to be:
&lt;html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"&gt;
but can live with
&lt;html xmlns:fb="http://www.facebook.com/2008/fbml"&gt;
I tried jQuery but IE will not recognize changes to <html>
Therefore, my last hope is to go to:
Web Site Setup | Advanced
Then set Document Type to:
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt; &lt;html xmlns:fb=" 0