I am trying to edit a form letter. All I am doing is removing something and it gives me the error.
<BR>
<BR>
<BR>
^[letter.date]
^(first_name) ^(last_name)
^(mailing_street)
^(mailing_city) ^(mailing_state) ^(mailing_zip)
<center><B>NEWTECH PowerSchool Student Access<B></center></B>
Welcome to Spokane Public School's (SPS) online student information system. PowerSchool will
provide real-time information regarding your NEWTECH schedule, attendance, and grades.
PowerSchool is internet based, so you are able to login from any place you have internet access.
<B>Attention Mead and Central Valley School District students:</B> the userid and password
for NEWTECH is different from the userid and password used to access Mead and Central
Valley School District's PowerSchool. The two programs do not communicate with each
other; a separate userid and password is required. Also, you will need to log in to PowerSchool
through NEWTECH's website (see below).
<B>Student Access to PowerSchool</B>
Step 1: Log into NEWTECH's website at: <B>www.connectwithnewtech.com</B>
Step 2: At the home page, under Grades, click on PowerSchool
Step 3: Log in using the ID and password below
Student's ID: <B>^(Student_Web_ID)</B>
Please check PowerSchool regularly for up-to-date information on your grades and/or
assignments. If you have any questions regarding your progress in class, please contact your instructor (listed below).
<B>^(*period_info;P1-P3(A);teacher_name)</B>
<B>^(*period_info;P4-P6(A);teacher_name)</B>
<B>Your NEWTECH (SPS) email address and password is:</B>
<B>^(U_StudentsUserFields.EMAIL_SPS)</B>
Solved! Go to Solution.
Switch these two around: </center></B> to </B></center>
Switch these two around: </center></B> to </B></center>
In addition to what @brownc said, you have an additional "<B>" tag in this line after "Access":
<center><B>NEWTECH PowerSchool Student Access<B></center></B>
Thank you !!! that worked!
Change <center><B>NEWTECH PowerSchool Student Access<B></center></B>
to <center><B>NEWTECH PowerSchool Student Access</B></center>