Advertisement
Guest User

Background Image

a guest
Aug 13th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. To be added right after the <body> tag:
  2. <div style="background-color:#000000;">
  3. <!--[if gte mso 9]>
  4. <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
  5. <v:fill type="tile" src="images/material-bgrnd.png" color="#000000"/>
  6. </v:background>
  7. <![endif]-->
  8. <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">
  9. <tr>
  10. <td valign="top" align="left" background="images/material-bgrnd.png">
  11.  
  12. To be added right before the </body> tag:
  13. </td>
  14. </tr>
  15. </table>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement