NetTalk Central

Author Topic: nettalk6 doing crazy things  (Read 2210 times)

olu

  • Sr. Member
  • ****
  • Posts: 351
    • View Profile
    • Email
nettalk6 doing crazy things
« on: June 23, 2012, 10:28:50 PM »
here is a browser source veiw of my session value set using <!-- Net:s:test --> and puting it in xhtml tab to show up on a page
Code: [Select]
<!DOCTYPE html><html class="nt-html no-js">
<head><title>Test Talent</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/themes/ui-lightness/theme.css" rel="stylesheet" />
<link href="/styles/msie9.css" rel="stylesheet" />
<script src="/scripts/all.js" type="text/javascript"></script>
<script src="/tiny_mce_jq/tiny_mce.js" type="text/javascript"></script>
</head>
<body class="PageBody">
<div class="PageBodyDiv">
&lt;div  class=&quot;ctr&quot; style=&quot;left: 0px; top: 0px; height: 100%;&quot;&gt;
&lt;table id=&quot;maintable&quot; width=&quot;1024px&quot; height=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot; class=&quot;style3&quot;&gt;&lt;img src=&quot;images/leftcol.jpg&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
 &lt;td valign=&quot;top&quot;&gt;
 &lt;div class=&quot;movecenter&quot;&gt;
  &lt;img src=&quot;images/talentsmall_02.jpg&quot; alt=&quot;&quot;/&gt;


what i notice is that nettalk 6 converted things like < to &lt;

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile