pretty print not working in twitter bootstrap

KodeBurner

New Member
I was looking to see how to make this work and what I came up with is This question and answer. So I included the css and js and I put the \[code\]onload\[/code\] in the body tag as the answer states, I then created the pre tage and in the end created this:\[code\]<pre class="prettyprint linenums languague-css"> function(){ echo "test" }</pre>\[/code\]So then I went to the browser to see my out put, it partially worked.There are NO console errors, both the css and the js scripts ARE loaded properly, that is I can go into the source, click on the link and NOT get a "I can't find you" error.So with that information...What's going on?
 
Back
Top