Why isn't my Posting Source Code working?
-
Hello, I am trying to posta some Java code from my Etsy site to my WordPress page using a text wideget. I have enclosed the code in the tags below But it is still not working
[sourcecode language="css"]
your code here
[/sourcecode]So my script is as follows:
[sourcecode language="css"]
<script type=’text/javascript’ src=’http://www.etsy.com/assets/js/etsy_mini_shop.js’></script><script type=’text/javascript’>new Etsy.Mini(5977983,’thumbnail’,3,4,1,’http://www.etsy.com’);</script>
[/sourcecode]Can you help please.
thanks Dawn
Blog url: http://dawnwhitehand.wordpress.com/ -
If you’re posting code written in JavaScript, you’ll want to change the sourcecode language from CSS to JavaScript. For example:
[sourcecode language="javascript"] [/sourcecode]
For reference, please see:
http://en.support.wordpress.com/code/posting-source-code/
- The topic ‘Why isn't my Posting Source Code working?’ is closed to new replies.