I\'m trying to create a website in HTML which recieves JSON-formatted data using javascript and, then it will be injecting that data into my website.
The problem is
On using firebug on your site i found out that your html contains updated data as shown here:
The problem is you are using background image that hides it on removing this line of code from your site:
I get this output:
on having a closer look I found that you have two div in html that have the same ID output, so make it sure that only one div has the output
id bcoz ID should be unique in html.