function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BMC GroupBMC Group 

Company Logo in Visualforce page

Please let me know how can I insert my company logo in visualforce page, email redirects.

bob_buzzardbob_buzzard

Can you clarify what you mean by email redirects?  You can add an image to a visualforce page using the <apex:image/> standard component.

BMC GroupBMC Group
Redirects means when a customer click a button in a mail, then page redirects to a site(in VF), a very simple site having details of our company, showing logo of Saleforce at leftmost top corner. I have made changes in 'showheader = false'. So it has been disappeared. But I want to know is there any way we can place our logo instead of Salesforce. Sorry for late reply. -- *Thanks and Regards,* * * *Rohit*, Software Developer Mob.: +91 9158703399 Tel :020 67296505 rohit.k@bmcgroup.in www.BMCGroup.in*BMC Consultancy Services Pvt. Ltd.* An ISO 9001:2008 II Award Winning Company *PUNE **I* *MUMBAI **I* *BANGALORE **I* *CHENNAI*
bob_buzzardbob_buzzard
Although you are hitting a site, it sounds like you are relying on the customer portal for the UI. You can replace the header in a customer portal with one of your own. Here's a blog post (not mine) explaining how to do this:

http://youraveragesalesforceadmin.wordpress.com/2010/01/29/salesforces-customer-portal-tip1-incorporating-html/

However, if you are using a Force.com site you have total control over the UI through your visualforce page, so I'd be inclined to create a fully branded page. Here's a couple of examples to show what you can do:

http://www.brightgen.com
http://tests.bobbuzzard.org/

I wrote a series of blog posts on setting up your own templated web site:

http://bobbuzzard.blogspot.co.uk/2012/12/building-templated-web-site-with.html

(this is the 4th in the series, but has links to the earlier posts).