You are not logged in.

1

Thursday, July 30th 2015, 11:59am

Online KRPano code presentation

How to present KRPano code on website? Just to watch it. I was testing that as below but the browser displayed only this:

Quoted


]]>

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
 <title>Untitled Document</title>
 <meta charset="UTF-8">
 <meta name="description" content="">
 <meta name="keywords" content="">
</head>
<body>
 <pre>
  <![CDATA[<hotspot name = "abc" />]]>
 </pre>
</body>
</html>


Thank you