My blog wont read HTML
-
hi guys im new to blogging and im just wrapping my head around wordpress.
im unable to make this HTML code look like this.
(the chart on the lower right)I have tried adding the text/HTML widget to my blog to no avail.
is there a way to do this? or a workaround? (like subscribing for a paid service?)please let me know
thanksheres the code i am trying to post by the way.
<script src=’http://static.profit.ly/static/widget/5/widget.pack.js’></script>
<script>
var widget = new PROFITLY.Widget({
name: ‘PatternDegenerateTrader’,
trades: 20,
width: 250,
type: ‘user’,
style: [‘tradegraph’, ‘tradetable’],
percentage: false,
height: 300
});
</script>The blog I need help with is: (visible only to logged in users)
-
The code you’re trying to post is JavaScript which is not allowed on WordPress.com: http://en.support.wordpress.com/code/ There is no upgrade that will give you the ability to use JavaScript.
If you want to use a chart from profit.ly you’ll need to see if they have an embed code that does not contain JavaScript, else you’ll not be able to embed it.
-
- The topic ‘My blog wont read HTML’ is closed to new replies.