Page 1 of 1

AkelHelp-Eng.htm problem

Posted: Sat Jun 05, 2010 8:18 am
by cnnnc
Sometime I use TC and a lister named ieview_1.94a to view AkelHelp-Eng.htm.
When I click one link like "Manual settings", but I can not jump to the destination.

After compare with other .htm file I get that there need to add one line code to the beginning of AkelHelp-Eng.htm, then I can do it right.

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTM L 1.0 Strict//EN">

Posted: Sat Jun 05, 2010 8:52 am
by Instructor
cnnnc
Is this variant working?

Code: Select all

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

Posted: Sat Jun 05, 2010 9:19 am
by cnnnc
yes.