Changes
Key: Additions Deletions
...my quest to get a zoho notebook to embed in this wiki!!!
Yes!! Success!!!!
Original codeCode from Zoho Notebook may look like this...
<iframe src=http://notebook.zoho.com/nb/public/mbachrodt/book/656000000007041 width='800px' height='600px'></iframe>
Modified code - just add the quotes.quotes as shown below:
<iframe src="http://notebook.zoho.com/nb/public/mbachrodt/book/656000000007041"src="http://notebook.zoho.com/nb/public/mbachrodt/book/656000000007041" width='800px' height='600px'></iframe>
Contact Scott or Mike if you still have problems.