Forum Discussion
JamesLadnrigan
9 years agoCommunity Member
Code Snippets in Rise
Hi All,
I am having trouble with the code snippets in Rise. Should I be able to see the output when I preview because I only get the code?
Any thoughts would be great.
MehdiKasumov-cb
4 years agoCommunity Member
Hi, in my RISE course I used this snippet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Types of Spinal cord Injuries</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<iframe src="http://elearninghome.xyz.on.ca/sd/training/courses/sip/tsci/story.html"></iframe>
</body>
</html>
but it did not work
can someone suggest what am I doing incorrect?
BrianAllen
4 years agoCommunity Member
This is expected behavior for a "code snippet".
Unfortunately the name on this is a little misleading. The intention of this snippet is to format a block of code on a page so that it stands out stylistically from the rest of the text on that page.
Related Content
- 7 months ago
- 2 months ago
- 6 months ago
- 2 months ago
- 2 years ago