Forum Moderators: not2easy
A good doctype to aim for when creating a new site is the HTML4 Strict doctype which looks like this..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
document.write("<p>");
document.write("This page was last updated on "); document.write(DOWArray[(LastModDate.getDay()+1)],", ");
document.write(MOYArray[(LastModDate.getMonth()+1)]," ");
document.write(LastModDate.getDate(),",,(LastModDate.getYear()+1900));
document.write(".");
document.write("</p>");
------------------------------------------------------
Line 124, column 20: end tag for element "P" which is not open (explain...).
I don't seem to be able to fix the last error. Otherwise the page looks fine in both Mozilla and IE. But still the layout is not entirely the way I wanted. In IE, the footer is parallel with the floating div...
Here is the page link: [j2e-translate.sourceforge.net...]
Thanks for the help!