I have a page that had the doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
I need to add the URL to the end, or jQuery's datepicker does not display correctly. When I make the doctype say:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The page begins to refresh it self over and over. I can't put up the code here because of NDA, but I am hoping that someone may know what would cause this to happen.
UPDATE: It looks like this doctype has problems with EasyListBox, which seems to be my problem.