Advertisement
JohnPreston

Alternate Code

Jul 24th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1. Original
  2. <tr>
  3.     <td width="280" bgcolor="#CCCCCC"><center><font color="#323232">Sale Items</font></center></td>
  4.    
  5.     <td width="280" bgcolor="#CCCCCC"><center><font color="#323232">Regular Priced Items</font></center></td>
  6.   </tr>
  7.   <tr>
  8.     <td><p>Sale is on select items. Items pictured in this email is intended to be a sampling of the sale items. Please browse the entire site for all available sale items.</p></td>
  9.    
  10.     <td><p>"Regular Priced Items" do NOT include items that have been marked down from their original selling price, items that are on "close-out", items that are "special" priced, items that are discontinued, promotional items.</p></td>
  11.   </tr>
  12.  
  13. Alternate Code
  14.  
  15.  <tr>
  16.     <td colspan="2" bgcolor="#CCCCCC"><center><font color="#323232">Sale Items</font></center></td>
  17.   </tr>
  18.   <tr>
  19.     <td colspan="2"><p>Sale is on select items. Items pictured in this email is intended to be a sampling of the sale items. Please browse the entire site for all available sale items.</p></td>
  20.    
  21.    
  22.   </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement