Something wrong with online digital photo album

Q: Hey,

Probably I have a conflict in my style sheet that is causes the gallery not to look correct unless it is paused. I have no idea what's wrong.

Any help would be appreciated.

A: We've checked your page. There is no doctype declaration in the code of your page at all.

Please, try to add the doctype declaration for universal compatibility:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Notice, it should be the first line above all the code on your page.

Related