Hi,
currently each page of the forum starts with
f<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
As you can see, there is an unusefull "f" in front of the doctype tag. You should have a look at that, as this can cause interpretation problems in some browsers.
Quote from: Octoate on 22:32, 29 August 09
Hi,
currently each page of the forum starts with
f<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
As you can see, there is an unusefull "f" in front of the doctype tag. You should have a look at that, as this can cause interpretation problems in some browsers.
Thanks... fixed.
Weird... I had seen it while on vacation, it was a couple of stray chars due to manual skin changes, but when I got back I looked for it and it had gone :D