function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
How to set Header and Footer in Visualforce email tamplate?
Create an Image of the Letterhead or Footersave it in your personal or public Documents folder (Documents Tab in Salelesforce ).Reference the image in image tags in the visualforce page email template. Eg.
<img src="https://na3.salesforce.com/servlet/servlet.ImageServer?id=0xxxYYYxxxN&oid=00xxxYYYYzzxx" height="90" width="600"/> <br/><br/>(Note: The first id is the record id of the doc and the oid is your org id found in the company info)(Tip: Try to keep the image width to 600 pixels maximum, height is variable. Jpeg or Gif Image only)
Create an Image of the Letterhead or Footer
save it in your personal or public Documents folder (Documents Tab in Salelesforce ).
Reference the image in image tags in the visualforce page email template.
Eg.
<img src="
https://na3.salesforce.com/servlet/servlet.ImageServer?id=0xxxYYYxxxN&oid=00xxxYYYYzzxx" height="90" width="600"/> <br/><br/>
(Note: The first id is the record id of the doc and the oid is your org id found in the company info)
(Tip: Try to keep the image width to 600 pixels maximum, height is variable. Jpeg or Gif Image only)