scheduler not displaying

Hi all,
I am currently new the forums and the scheduler. I followed the guide for the basic version and have run into an issue. No matter what I try and do the calendar will not appear. I have attached an image of what im seeing and the code I use is below. Any help would get great!

[code]

How to start
 
 

[/code]


Hi,
you seem to have a typo in your html

<body load = "init();">

inline handler for “load” event should go as “onload”

<body onload = "init();">