What DOCTYPES are supported by LiveZilla?
Depending on which LiveZilla functions you intend to use on your website, the
doctype used for your website will play a role.
While the classic chat button and the LiveZilla visitor monitoring should work with almost any doctype (and with none),
the latest css/javascript intensive widgets like
on-site chat or
floating chat button require certain doctypes to work
properly in all webbrowsers.
The following doctypes are officially supported and should allow full functionality in modern browsers:
HTML 4.01
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
XHTML 1.0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
XHTML 1.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
HTML 5
<!DOCTYPE HTML>
Other doctypes may work with reduced functionality in some browsers.Please give it a try.
We greatly appreciate your feedback.