It's not that hard to understand how to register a design, so I don't believe that is where the problem is.
I do think the problem is in the doctype. My original is;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Actinic changes that to;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
Consequently, the styling breaks in my page. I believe my page to be well formed so was wondering if you could point me to any threads where users have experienced a similar scenario.
I do think the problem is in the doctype. My original is;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Actinic changes that to;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
Consequently, the styling breaks in my page. I believe my page to be well formed so was wondering if you could point me to any threads where users have experienced a similar scenario.
Comment