Forum Moderators: phranque
I assume that you used FP right out of the box, so the best bet is Html 4.01 Transitional [w3.org]:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Or, if you used frames, you'll want the frameset DTD [w3.org]:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
Note that everything between the angled brackets is actually one declaration and can be on one line, but is routinely displayed as two lines for clarity.