| Below is an example of ADDING a line of code. 
 NEW CODE YOUR
                        WANT TO ADD:
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 
 
 PLACEMARKER CODE: code that is adjacent to new code
 <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
 
 
 REPLACE WITH:
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 <
                        META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
 
 UNDERSTANDING HOW TO DO
 THIS IS KEY!!!
 Take a close look at the what's in
                        the text
 boxes below and think
                        about what's
 going to happen after you do the replace.
 
 In fact, take a practice website and try
 and do it
and what happens.
 |