<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-gb" />
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Am i right in thinking that is wrong? The 2nd charset will overwrite the first one, so i need to get rid of the 2nd one as utf-8 is supposedly the correct one? Or am i completely wrong?