Quote:
Originally Posted by PatNY
Hi ducks, the first line reads:
<html xmlns= "http: / / www.w3.org/ 1999 xhtml">
Is that what you're looking for? That's the first line in the left-hand pane when I click on "inspect."
|
There should be some lines before(they are dimmer), that declare the encoding used;
Code:
"?xml version="1.0" encoding="utf-8" standalone="no"?"
without an encoding statement, the viewer does not have a clue which character set to use

but why does ADE get it correct?