QUOTE(Morskie @ Aug 11 2006, 02:29 PM) [snapback]113224[/snapback]
Just wondering if there are any plans to update the

doctype to XHTML. The current doctype is very outdated and is quite restrictive when it comes to design and cross browser compatibility.
CODE
<!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">
I'm having all kinds of layout problems because of this outdated doctype - is there any way to change it to HTML strict?