Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.14 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Letterhead xmlns="http://soap.sforce.com/2006/04/metadata">
  3.     <available>true</available>
  4.     <backgroundColor>#CCCCCC</backgroundColor>
  5.     <bodyColor>#FFFFFF</bodyColor>
  6.     <bottomLine>
  7.         <color>#AAAAFF</color>
  8.         <height>0</height>
  9.     </bottomLine>
  10.     <description>CoL header/footer</description>
  11.     <footer>
  12.         <backgroundColor>#FFFFFF</backgroundColor>
  13.         <height>66</height>
  14.         <horizontalAlignment>Center</horizontalAlignment>
  15.         <logo>College_of_Law/CoL_Email_Footer_Arial.png</logo>
  16.         <verticalAlignment>Top</verticalAlignment>
  17.     </footer>
  18.     <header>
  19.         <backgroundColor>#FFFFFF</backgroundColor>
  20.         <height>150</height>
  21.         <horizontalAlignment>Center</horizontalAlignment>
  22.         <logo>College_of_Law/CoL_Email_Header.jpg</logo>
  23.         <verticalAlignment>Top</verticalAlignment>
  24.     </header>
  25.     <middleLine>
  26.         <color>#AAAAFF</color>
  27.         <height>0</height>
  28.     </middleLine>
  29.     <name>CoL Letterhead</name>
  30.     <topLine>
  31.         <color>#AAAAFF</color>
  32.         <height>0</height>
  33.     </topLine>
  34. </Letterhead>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement