Plugin: Crayon Syntax Highlighter
-
Hello,
I’m using Crayon Syntax Highlighter plug in but it only displayes 2 lines of code and it cleans the code before it displays anything. I was hoping it would just display want i enter into the crayon window.
example entire into the crayon window:
<html>
<header>
<title> OpenEgg – Single select dropdown list box using HTML </title>
</header>
<body>
<select name=”selectcountry”>
<option>Canada</option>
<option>Mexico</option>
<option >United States</option>
</select>
</body>
</html>after saving the information i get the following:
header>OpenEgg – Single select dropdown list box using HTML</header>
<select name=””selectcountry””> <option>Canada</option> <option>Mexico</option> <option>United States</optany idea why its only displaying the out put in 2 lines and at the same time why is it cleaning the code out.
I’m new so any help you can provide would be greatly appreciated
- The topic ‘Plugin: Crayon Syntax Highlighter’ is closed to new replies.