codes.tpl errors some small stuff
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on codes.tpl errors
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
I'm not totally sure, but i thought this should also be XHTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
Additionally,
in line 14, you forgot a < before /span (well, i also wonder where it starts):
<td width="33%" class="columnheader">WSN Code/span></td>
in line 20, there is no <b>:
<td class="oddcolumns">{ORIGINAL}your text{ORIGINALCLOSE}</b></td>
This is in default & multilingual
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Was also missing </html>. Fixed.