| View previous topic :: View next topic |
| Author |
Message |
cnnnc
Joined: 12 Jan 2008 Posts: 115 Location: Shantou, China
|
Posted: Sat Jun 05, 2010 8:18 am Post subject: AkelHelp-Eng.htm problem |
|
|
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: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTM L 1.0 Strict//EN">
|
|
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4649
|
Posted: Sat Jun 05, 2010 8:52 am Post subject: |
|
|
cnnnc
Is this variant working?
| Code: | | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
| Back to top |
|
 |
cnnnc
Joined: 12 Jan 2008 Posts: 115 Location: Shantou, China
|
Posted: Sat Jun 05, 2010 9:19 am Post subject: |
|
|
| yes. |
|
| Back to top |
|
 |
|