Update: Specify the height and width for the iframe in pixels, as % does not work. Step 1: Create a Visualforce Page. We create a simple static table with some styles to give an appealing look.. Name the Page as "homelogo" <apex:page showheader="false" > <style> table.fancy { margin: 1em 1em 1em 0; background: whitesmoke; border-collapse: collapse; } table.fancy tr:hover { background: lightsteelblue !important;...