Any idea why this continues to give a cross script error?
^(lastfirst)
^(student_number)<br>
^(grade_level)
^(home_room)
<font face="barcode39"size="24" >*^(student_number)*
Solved! Go to Solution.
The last line is the issue. Some formatting and no closing font tag:
<font face="barcode39" size="24" >*^(student_number)*</font>
The last line is the issue. Some formatting and no closing font tag:
<font face="barcode39" size="24" >*^(student_number)*</font>
Thanks - I noticed it on yesterday and made the change.
Any idea why I'm getting a cross scripting error on this?
<u>Quarter 1:</u>
<b>Homeroom:</b>
<tabl .65>^(stored.by.course.number;G602;Q1;comment)
<b>Reading:</b>
<tabl .65>^(stored.by.course.number;G604;Q1;comment)
<b>Math:</b>
<tabl .65>^(stored.by.course.number;G607;Q1;comment)
In your <tabl> tags change .65 to 0.65
Hope this helps.