Forum Moderators: open
I take it that this is the Doctype you use?
<!doctype html public "-//w3c//dtd html 4.01 strict//en">
HTML 4.01 Strict describes the structural portions of HTML 4.01 and does not provide any frame-related markup.
Maybe this could be of help? Or maybe not?
Terry
XHTML would only accept event handlers in all lower-case; onmouseover but not onMouseOver. I don't know if case sensitivity is part of the HTML 4.0 Strict standard or not.