Can someone explain why the source viewer in Google Chrome sees things differently from the element inspector? I am trying to parse a html page in Python but could not get the fields read in. I use
content= urllib2.urlopen(url).read()
to read in the html stream. But it is the same as the source viewer. It lacks the "£16.00" part, how strange!
Any help appreciated. I am new to the html world.
John