How to present KRPano code on website? Just to watch it. I was testing that as below but the browser displayed only this:
]]>
|
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