SyntaxHighlighter Plus – css style not showing
-
I have installed Syntax Highlighter Plus so I can highlight code in my blog for some tutorials that I am making. However, although the code appears correctly, it does not have any css applied to it, adn so it is just plain old text.
By viewing the courcde I can see the css sheet has been attached:
<link type="text/css" rel="stylesheet" href="https://www.mysite.co.uk/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/styles/shCore.css"></link> <link type="text/css" rel="stylesheet" href="https://www.mysite.co.uk/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/styles/shThemeDefault.css"></link>
I can also see the code in the post:
[sourcecode language='html']<html>here is the sourcecode example</html>[/sourcecode]
But absolutely nothing is styled?
Any ideas?
- The topic ‘SyntaxHighlighter Plus – css style not showing’ is closed to new replies.