Jag hittade en lysande beskrivning av jarvklo i en annan post här på wF men det löste tyvärr inte alla mina problem.
Kan mycket väl varit så att jag missat hur man löste det men dessa återstår att validera:
[b]Line 2, column 73: document type does not allow element "meta" here[/b]
...e" content="text/html; charset=iso-8859-1" />
[b]Line 51, column 59: document type does not allow element "img" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag[/b]
<img src="img/flag_swe.gif" style="border: 0px;" alt="" />
[b]Line 52, column 104: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified[/b]
...: transparant; border: 0px;" checked onclick="submit();" />
[b]Line 52, column 125: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag[/b]
...: 0px;" checked onclick="submit();" />
[b]Line 54, column 58: document type does not allow element "img" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag[/b]
<img src="img/flag_uk.gif" style="border: 0px;" alt="" />
[b]Line 55, column 117: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag[/b]
... border: 0px;" onclick="submit();" />
Jag la alltså till
ini_set("arg_separator.output","&");
ini_set("url_rewriter.tags","a=href,area=href,frame=src,input=src,fieldset=");
högst uppe på sidan samt ändrade lite småsaker jag missat i koden.
