|

12-25-2010, 01:48 PM
Okay, after spending way too much time digging around in the source code, it appears that the doctype declaration (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">) is what's causing the dollmaker script not to work. Using a different doctype seems to have no effect, so the only solution I can think of is to remove it entirely. I'm not entirely sure what other effects it may have on your website, but it seems to work fine without.
|