Page is a not externally linkable
brettxw - 6:13 am on Apr 3, 2011 (gmt 0)
I went and validated my code and most of the errors I get are similar to this one :
Line 4, character 69:
... ="text/html; charset=UTF-8" />
^
Error: element meta not allowed here; check which elements this element may be contained within
The full code is this :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
How do I go about resolving this /> error that is being produced?